Uses of Interface
org.wildfly.clustering.function.LongPredicate
-
Uses of LongPredicate in org.wildfly.clustering.function
Fields 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 LongPredicateDoublePredicate.composeLong(LongToDoubleFunction function) Returns a predicate that applies the specified function to its argument before evaluating.default LongPredicateIntPredicate.composeLong(LongToIntFunction function) Returns a predicate that applies the specified function to its argument before evaluating.default LongPredicateLongPredicate.composeLong(LongUnaryOperator function) Returns a predicate that applies the specified function to its argument before evaluating.default LongPredicatePredicate.composeLong(LongFunction<T> function) Returns a predicate that applies the specified function to its argument before evaluating.static LongPredicateLongPredicate.equalTo(long base) Returns a predicate that evaluates to true if and only if the argument is equals to the specified object.static LongPredicateLongPredicate.greaterThan(long base) Returns a predicate that evaluates to true if and only if the argument is equals to the specified object.static LongPredicateLongPredicate.lessThan(long base) Returns a predicate that evaluates to true if and only if the argument is equals to the specified object.default LongPredicateLongPredicate.negate()static LongPredicateLongPredicate.of(boolean result) Returns a predicate that always evaluates to the specified result.default LongPredicateLongPredicate.or(LongPredicate other) default LongPredicateLongPredicate.xor(LongPredicate other)