Package org.burningwave.core.function
Interface TriPredicate<P0,P1,P2>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface TriPredicate<P0,P1,P2>
-
Method Summary
Modifier and Type Method Description default TriPredicate<P0,P1,P2>and(TriPredicate<? super P0,? super P1,? super P2> other)default TriPredicate<P0,P1,P2>negate()default TriPredicate<P0,P1,P2>or(TriPredicate<? super P0,? super P1,? super P2> other)booleantest(P0 p0, P1 p1, P2 p2)
-
Method Details
-
test
-
and
-
negate
-
or
-