Package org.forgerock.opendj.ldap
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
Evaluates this predicate on the given arguments.- Parameters:
t
- the first input argumentu
- the second input argument- Returns:
true
if the input arguments match the predicate, otherwisefalse
- Throws:
E
-