Package com.norconex.commons.lang.function
package com.norconex.commons.lang.function
Utility classes enhancing classic Java functions.
- Since:
- 2.0.0
-
ClassesClassDescriptionConsumers<T>A list of
Consumerinstances, each triggered sequentially when this one is.Deprecated.AConsumerthat only gets triggered if a given predicate istrue.Predicates<T>A list ofPredicateinstances, matched as a group.
ConsumersandPredicatesinstead.