Searched defs:coll (Results 1 – 1 of 1) sorted by relevance
1751 static <T> boolean any(Iterable<T> coll, Predicate<T> fn) { in any()1760 static <T> boolean all(Iterable<T> coll, Predicate<T> fn) { in all()1768 static <T> String join(String delimiter, Collection<T> coll) { in join()1772 static <T> T find(Iterable<T> coll, Predicate<T> fn) { in find()1781 static <T> List<T> findAll(Collection<T> coll, Predicate<T> fn) { in findAll()