Uses of Interface
org.wildfly.clustering.function.IntPredicate
-
Uses of IntPredicate in org.wildfly.clustering.function
Fields in org.wildfly.clustering.function declared as IntPredicateModifier and TypeFieldDescriptionstatic final IntPredicateIntPredicate.ALWAYSstatic final IntPredicateIntPredicate.NEGATIVEstatic final IntPredicateIntPredicate.NEVERstatic final IntPredicateIntPredicate.POSITIVEstatic final IntPredicateIntPredicate.ZEROMethods in org.wildfly.clustering.function that return IntPredicateModifier and TypeMethodDescriptiondefault IntPredicateIntPredicate.and(IntPredicate other) default IntPredicateDoublePredicate.composeInt(IntToDoubleFunction function) Returns a predicate that applies the specified function to its argument before evaluating.default IntPredicateIntPredicate.composeInt(IntUnaryOperator function) Returns a predicate that applies the specified function to its argument before evaluating.default IntPredicateLongPredicate.composeInt(IntToLongFunction function) Returns a predicate that applies the specified function to its argument before evaluating.default IntPredicatePredicate.composeInt(IntFunction<T> function) Returns a predicate that applies the specified function to its argument before evaluating.static IntPredicateIntPredicate.equalTo(int base) Returns a predicate that evaluates to true if and only if the argument is equals to the specified object.static IntPredicateIntPredicate.greaterThan(int base) Returns a predicate that evaluates to true if and only if the argument is equals to the specified object.static IntPredicateIntPredicate.lessThan(int base) Returns a predicate that evaluates to true if and only if the argument is equals to the specified object.default IntPredicateIntPredicate.negate()static IntPredicateIntPredicate.of(boolean result) Returns a predicate that always evaluates to the specified result.default IntPredicateIntPredicate.or(IntPredicate other) default IntPredicateIntPredicate.xor(IntPredicate other)