Uses of Interface
org.wildfly.clustering.function.BiPredicate
-
Uses of BiPredicate in org.wildfly.clustering.function
Methods in org.wildfly.clustering.function that return BiPredicateModifier and TypeMethodDescriptiondefault BiPredicate<T,U> BiPredicate.and(BiPredicate<? super T, ? super U> other) static <T,U> BiPredicate<T, U> Returns a binary predicate composed using the conjunction of two unary predicates.default BiPredicate<T,U> BiPredicate.negate()default BiPredicate<T,U> BiPredicate.or(BiPredicate<? super T, ? super U> other) static <T,U> BiPredicate<T, U> Returns a binary predicate composed using the disjunction of two unary predicates.