Uses of Interface
me.croabeast.common.function.TriPredicate
Packages that use TriPredicate
-
Uses of TriPredicate in me.croabeast.common.function
Methods in me.croabeast.common.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 me.croabeast.common.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.