Interface ClosingFuture.ValueAndCloserConsumer<V extends @Nullable java.lang.Object>
- 
- Type Parameters:
 V- the type of the final value of a successful pipeline
- Enclosing class:
 - ClosingFuture<V extends @Nullable java.lang.Object>
 
public static interface ClosingFuture.ValueAndCloserConsumer<V extends @Nullable java.lang.Object>
Represents an operation that accepts aClosingFuture.ValueAndCloserfor the last step in aClosingFuturepipeline. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaccept(ClosingFuture.ValueAndCloser<V> valueAndCloser)Accepts aClosingFuture.ValueAndCloserfor the last step in aClosingFuturepipeline. 
 - 
 
- 
- 
Method Detail
- 
accept
void accept(ClosingFuture.ValueAndCloser<V> valueAndCloser)
Accepts aClosingFuture.ValueAndCloserfor the last step in aClosingFuturepipeline. 
 - 
 
 -