Uses of Interface
org.wildfly.clustering.function.DoublePredicate
-
Uses of DoublePredicate in org.wildfly.clustering.function
Fields in org.wildfly.clustering.function declared as DoublePredicateModifier and TypeFieldDescriptionstatic final DoublePredicateDoublePredicate.ALWAYSstatic final DoublePredicateDoublePredicate.NEGATIVEstatic final DoublePredicateDoublePredicate.NEVERstatic final DoublePredicateDoublePredicate.POSITIVEstatic final DoublePredicateDoublePredicate.ZEROMethods in org.wildfly.clustering.function that return DoublePredicateModifier and TypeMethodDescriptiondefault DoublePredicateDoublePredicate.and(DoublePredicate other) default DoublePredicateDoublePredicate.composeDouble(DoubleUnaryOperator function) Returns a predicate that applies the specified function to its argument before evaluating.default DoublePredicateIntPredicate.composeDouble(DoubleToIntFunction function) Returns a predicate that applies the specified function to its argument before evaluating.default DoublePredicateLongPredicate.composeDouble(DoubleToLongFunction function) Returns a predicate that applies the specified function to its argument before evaluating.default DoublePredicatePredicate.composeDouble(DoubleFunction<T> function) Returns a predicate that applies the specified function to its argument before evaluating.static DoublePredicateDoublePredicate.equalTo(double base) Returns a predicate that evaluates to true if and only if the argument is equals to the specified object.static DoublePredicateDoublePredicate.greaterThan(double base) Returns a predicate that evaluates to true if and only if the argument is equals to the specified object.static DoublePredicateDoublePredicate.lessThan(double base) Returns a predicate that evaluates to true if and only if the argument is equals to the specified object.default DoublePredicateDoublePredicate.negate()static DoublePredicateDoublePredicate.of(boolean result) Returns a predicate that always evaluates to the specified result.default DoublePredicateDoublePredicate.or(DoublePredicate other) default DoublePredicateDoublePredicate.xor(DoublePredicate other)