Interface ThrowingBiPredicate<T,U>
- All Superinterfaces:
BiPredicate<T,U>
- 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 booleanbooleantestThrows(T t, U u) static <T,U> BiPredicate<T, U> unchecked(ThrowingBiPredicate<T, U> throwingBiPredicate) Methods inherited from interface java.util.function.BiPredicate
and, negate, or
-
Method Details
-
unchecked
-
test
- Specified by:
testin interfaceBiPredicate<T,U>
-
testThrows
- Throws:
Exception
-