Package org.burningwave.core.function
Interface ThrowingTriPredicate<P0,P1,P2,E extends Throwable>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Details
-
test
-
and
default ThrowingTriPredicate<P0,P1, andP2, E> (ThrowingTriPredicate<? super P0, ? super P1, ? super P2, ? extends E> other) -
negate
-
or
default ThrowingTriPredicate<P0,P1, orP2, E> (ThrowingTriPredicate<? super P0, ? super P1, ? super P2, ? extends E> other)
-