Uses of Interface
dev.alexengrig.util.lambda.TerPredicate
-
Uses of TerPredicate in dev.alexengrig.util.lambda
Methods in dev.alexengrig.util.lambda that return TerPredicateModifier and TypeMethodDescriptiondefault TerPredicate<F,S, T> TerPredicate.and(TerPredicate<? super F, ? super S, ? super T> other) Returns a composed predicate that represents a short-circuiting logical AND of this predicate and another.default TerPredicate<F,S, T> TerPredicate.negate()Returns a predicate that represents the logical negation of this predicate.default TerPredicate<F,S, T> TerPredicate.or(TerPredicate<? super F, ? super S, ? super T> other) Returns a composed predicate that represents a short-circuiting logical OR of this predicate and another.Methods in dev.alexengrig.util.lambda with parameters of type TerPredicateModifier and TypeMethodDescriptiondefault TerPredicate<F,S, T> TerPredicate.and(TerPredicate<? super F, ? super S, ? super T> other) Returns a composed predicate that represents a short-circuiting logical AND of this predicate and another.default TerPredicate<F,S, T> TerPredicate.or(TerPredicate<? super F, ? super S, ? super T> other) Returns a composed predicate that represents a short-circuiting logical OR of this predicate and another.