Package org.ldaptive.transport
Class MessageFunctional.BiConsumer<Q extends Request,S extends Result,T,U>
java.lang.Object
org.ldaptive.transport.MessageFunctional<Q,S>
org.ldaptive.transport.MessageFunctional.BiConsumer<Q,S,T,U>
- Type Parameters:
Q
- type of requestS
- type of resultT
- the type of the first argument to the operationU
- the type of the second argument to the operation
- All Implemented Interfaces:
BiConsumer<T,
U>
- Enclosing class:
- MessageFunctional<Q extends Request,
S extends Result>
public abstract static class MessageFunctional.BiConsumer<Q extends Request,S extends Result,T,U>
extends MessageFunctional<Q,S>
implements BiConsumer<T,U>
Marker class to inject connection and request properties.
-
Nested Class Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.ldaptive.transport.MessageFunctional
getConnection, getHandle, getRequest, setConnection, setHandle, setRequest
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.function.BiConsumer
accept, andThen
-
Constructor Details
-
BiConsumer
public BiConsumer()
-