Uses of Interface
org.wildfly.clustering.cache.function.Predicate
Packages that use Predicate
-
Uses of Predicate in org.wildfly.clustering.cache.function
Classes in org.wildfly.clustering.cache.function that implement PredicateFields in org.wildfly.clustering.cache.function declared as PredicateModifier and TypeFieldDescriptionstatic final Predicate<?>
Predicate.ALWAYS
static final Predicate<?>
Predicate.NEVER
Methods in org.wildfly.clustering.cache.function that return PredicateModifier and TypeMethodDescriptionstatic <T> Predicate<T>
Predicate.always()
Returns a predicate that always accepts its argument.static <T> Predicate<T>
Predicate.isEqual
(T object) Returns a predicate that evaluates to true if and only if the argument is equals to the specified object.default <V> Predicate<V>
Returns a predicate that applies the specified mapping to its argument before evaluating.Predicate.negate()
static <T> Predicate<T>
Predicate.never()
Returns a predicate that never accepts its argument.static <T> Predicate<T>
Returns a predicate that evaluates to the negation of the specified predicate.static <T> Predicate<T>
Predicate.same
(T object) Returns a predicate that evaluates to true if and only if the argument references the specified object.Methods in org.wildfly.clustering.cache.function with parameters of type Predicate