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