Class FunctionUtil
java.lang.Object
com.norconex.commons.lang.function.FunctionUtil
Deprecated.
Function-related utility methods
- Since:
- 2.0.0
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T> Consumers<T> allConsumers(Collection<Consumer<T>> consumers) Deprecated.static <T> Consumers<T> allConsumers(Consumer<T>... consumers) Deprecated.static <T> Predicates<T> allPredicates(Collection<Predicate<T>> predicates) Deprecated.static <T> Predicates<T> allPredicates(Predicate<T>... predicates) Deprecated.static <T> Predicates<T> anyPredicates(Collection<Predicate<T>> predicates) Deprecated.static <T> Predicates<T> anyPredicates(Predicate<T>... predicates) Deprecated.static <T> Consumer<T> predicatedConsumer(Predicate<T> predicate, Consumer<T> consumer) Deprecated.
-
Method Details
-
allConsumers
Deprecated. -
allConsumers
Deprecated. -
allPredicates
Deprecated. -
allPredicates
Deprecated. -
anyPredicates
Deprecated. -
anyPredicates
Deprecated. -
predicatedConsumer
Deprecated.
-
ConsumersandPredicatesinstead.