Uses of Interface
org.openforis.commons.collection.Predicate
-
-
Uses of Predicate in org.openforis.commons.collection
Methods in org.openforis.commons.collection with parameters of type Predicate Modifier and Type Method Description static <T,C extends Collection<T>>
voidCollectionUtils. filter(C collection, Predicate<T> predicate)static <T,C extends Collection<T>>
List<T>CollectionUtils. filterIntoList(C collection, Predicate<T> predicate)static <T> TCollectionUtils. find(Collection<T> items, Predicate<T> predicate)
-