Uses of Interface
org.linkki.util.function.TriPredicate
Packages that use TriPredicate
-
Uses of TriPredicate in org.linkki.util.function
Methods in org.linkki.util.function that return TriPredicateModifier and TypeMethodDescriptiondefault TriPredicate<T,U, V> TriPredicate.and(TriPredicate<? super T, ? super U, ? super V> other) Returns a composed predicate that represents a short-circuiting logical AND of this predicate and another.default TriPredicate<T,U, V> TriPredicate.negate()Returns a predicate that represents the logical negation of this predicate.default TriPredicate<T,U, V> TriPredicate.or(TriPredicate<? super T, ? super U, ? super V> other) Returns a composed predicate that represents a short-circuiting logical OR of this predicate and another.Methods in org.linkki.util.function with parameters of type TriPredicateModifier and TypeMethodDescriptiondefault TriPredicate<T,U, V> TriPredicate.and(TriPredicate<? super T, ? super U, ? super V> other) Returns a composed predicate that represents a short-circuiting logical AND of this predicate and another.default TriPredicate<T,U, V> TriPredicate.or(TriPredicate<? super T, ? super U, ? super V> other) Returns a composed predicate that represents a short-circuiting logical OR of this predicate and another.