Uses of Interface
org.linkki.util.function.TriPredicate
-
Packages that use TriPredicate Package Description org.linkki.util.function -
-
Uses of TriPredicate in org.linkki.util.function
Methods in org.linkki.util.function that return TriPredicate Modifier and Type Method Description default 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 TriPredicate Modifier and Type Method Description default 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.
-