Convert Iterables.all(Collection, Predictate) into .stream().allMatch(Predicate)#945
Merged
Convert Iterables.all(Collection, Predictate) into .stream().allMatch(Predicate)#945
Iterables.all(Collection, Predictate) into .stream().allMatch(Predicate)#945