- Type Parameters:
V- the type of the final value of a successful pipeline
- Enclosing class:
ClosingFuture<V extends @Nullable Object>
Represents an operation that accepts a
ClosingFuture.ValueAndCloser for the last step in a ClosingFuture pipeline.- Since:
- 30.0
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(ClosingFuture.ValueAndCloser<V> valueAndCloser) Accepts aClosingFuture.ValueAndCloserfor the last step in aClosingFuturepipeline.
-
Method Details
-
accept
Accepts aClosingFuture.ValueAndCloserfor the last step in aClosingFuturepipeline.
-