Package org.burningwave.core.function
Interface ThrowingBiPredicate<T,U,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 Summary
Modifier and TypeMethodDescriptiondefault ThrowingBiPredicate<T, U, E> and(ThrowingBiPredicate<? super T, ? super U, ? extends E> other) default ThrowingBiPredicate<T, U, E> negate()default ThrowingBiPredicate<T, U, E> or(ThrowingBiPredicate<? super T, ? super U, ? extends E> other) boolean
-
Method Details
-
test
-
and
-
negate
-
or
-