Package org.forgerock.opendj.ldap
Interface Functions.BiConsumer<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
BiConsumer
functional interface which can throw a checked Exception.-
Method Summary
-
Method Details
-
accept
Performs this operation to the given arguments.- Parameters:
t
- the first argumentu
- the second argument- Throws:
E
-