Uses of Interface
com.terheyden.value.Predicate2
-
Uses of Predicate2 in com.terheyden.value
Methods in com.terheyden.value that return Predicate2Modifier and TypeMethodDescriptiondefault Predicate2<S,T> Predicate2.and(Predicate2<? super S, ? super T> other) Returns a composed predicate that represents a short-circuiting logical AND of this predicate and another.default Predicate2<S,T> Predicate2.negate()Returns a predicate that represents the logical negation of this predicate.default Predicate2<S,T> Predicate2.or(Predicate2<? super S, ? super T> other) Returns a composed predicate that represents a short-circuiting logical OR of this predicate and another.default Predicate2<S,T> CheckedPredicate2.unchecked()Methods in com.terheyden.value with parameters of type Predicate2Modifier and TypeMethodDescriptiondefault Predicate2<S,T> Predicate2.and(Predicate2<? super S, ? super T> other) Returns a composed predicate that represents a short-circuiting logical AND of this predicate and another.default Predicate2<S,T> Predicate2.or(Predicate2<? super S, ? super T> other) Returns a composed predicate that represents a short-circuiting logical OR of this predicate and another.