Uses of Interface
org.wildfly.clustering.function.LongPredicate
Packages that use LongPredicate
-
Uses of LongPredicate in org.wildfly.clustering.function
Classes in org.wildfly.clustering.function that implement LongPredicateFields in org.wildfly.clustering.function declared as LongPredicateModifier and TypeFieldDescriptionstatic final LongPredicateLongPredicate.ALWAYSstatic final LongPredicateLongPredicate.NEGATIVEstatic final LongPredicateLongPredicate.NEVERstatic final LongPredicateLongPredicate.POSITIVEstatic final LongPredicateLongPredicate.ZEROMethods in org.wildfly.clustering.function that return LongPredicateModifier and TypeMethodDescriptiondefault LongPredicateLongPredicate.and(LongPredicate other) default LongPredicateLongPredicate.map(LongUnaryOperator mapper) Returns a predicate that applies the specified mapping to its argument before evaluating.default LongPredicatePredicate.map(LongFunction<T> mapper) Returns a predicate that applies the specified mapping to its argument before evaluating.default LongPredicateLongPredicate.negate()default LongPredicateLongPredicate.or(LongPredicate other)