Uses of Interface
com.google.common.util.concurrent.ClosingFuture.ValueAndCloserConsumer
- 
Packages that use ClosingFuture.ValueAndCloserConsumer Package Description com.google.common.util.concurrent Concurrency utilities. - 
- 
Uses of ClosingFuture.ValueAndCloserConsumer in com.google.common.util.concurrent
Methods in com.google.common.util.concurrent with parameters of type ClosingFuture.ValueAndCloserConsumer Modifier and Type Method Description voidClosingFuture. finishToValueAndCloser(ClosingFuture.ValueAndCloserConsumer<? super V> consumer, Executor executor)Marks this step as the last step in theClosingFuturepipeline. 
 -