Uses of Interface
org.openl.util.CollectionUtils.Predicate
Packages that use CollectionUtils.Predicate
-
Uses of CollectionUtils.Predicate in org.openl.util
Methods in org.openl.util with parameters of type CollectionUtils.PredicateModifier and TypeMethodDescriptionstatic <T> List<T> CollectionUtils.findAll(Iterable<T> col, CollectionUtils.Predicate<? super T> predicate) Selects all elements from input collection which match the given predicate into an output collection.static <T> TCollectionUtils.findFirst(Iterable<T> col, CollectionUtils.Predicate<? super T> predicate) Finds the first element in the given collection which matches the given predicate.