Uses of Interface
org.wildfly.clustering.function.IntPredicate
Packages that use IntPredicate
-
Uses of IntPredicate in org.wildfly.clustering.function
Classes in org.wildfly.clustering.function that implement IntPredicateFields 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 IntPredicatePredicate.compose(IntFunction<T> mapper) Returns a predicate that applies the specified mapping to its argument before evaluating.default IntPredicateIntPredicate.map(IntUnaryOperator mapper) Returns a predicate that applies the specified mapping to its argument before evaluating.default IntPredicateIntPredicate.negate()default IntPredicateIntPredicate.or(IntPredicate other)