Uses of Class
com.norconex.commons.lang.function.Predicates
Packages that use Predicates
Package
Description
Utility classes enhancing classic Java functions.
-
Uses of Predicates in com.norconex.commons.lang.function
Methods in com.norconex.commons.lang.function that return PredicatesModifier and TypeMethodDescriptionstatic <T> Predicates<T> Group of predicate that returnstrueif all of them returnstrue.static <T> Predicates<T> FunctionUtil.allPredicates(Collection<Predicate<T>> predicates) Deprecated.static <T> Predicates<T> FunctionUtil.allPredicates(Predicate<T>... predicates) Deprecated.static <T> Predicates<T> Group of predicate that returnstrueif any of them returnstrue.static <T> Predicates<T> FunctionUtil.anyPredicates(Collection<Predicate<T>> predicates) Deprecated.static <T> Predicates<T> FunctionUtil.anyPredicates(Predicate<T>... predicates) Deprecated.