Package org.ldaptive.transport
Class MessageFunctional.BiConsumer<Q extends Request,S extends Result,T,U>
java.lang.Object
org.ldaptive.AbstractFreezable
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> Freezable
- 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 handle properties.
-
Nested Class Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.ldaptive.transport.MessageFunctional
getConnection, getHandle, getRequest, newInstance, setConnection, setHandle, setRequestMethods inherited from class org.ldaptive.AbstractFreezable
assertMutable, freeze, freeze, freeze, isFrozenMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.function.BiConsumer
accept, andThen
-
Constructor Details
-
BiConsumer
public BiConsumer()
-