Interface Functions.BiPredicate<T, U, E extends Exception>
- Type Parameters:
T- The type of the first argument consumedU- The type of the second argument consumedE- The type of exception thrown
- Enclosing class:
Functions
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A
BiPredicate functional interface which can throw a checked Exception.-
Method Summary
-
Method Details
-
test
-