Interface ClosingFuture.ValueAndCloserConsumer<V extends @Nullable Object>

Type Parameters:
V - the type of the final value of a successful pipeline
Enclosing class:
ClosingFuture<V extends @Nullable Object>
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

Represents an operation that accepts a ClosingFuture.ValueAndCloser for the last step in a ClosingFuture pipeline.
Since:
30.0
See Also: