Uses of Interface
com.google.common.util.concurrent.ClosingFuture.ValueAndCloserConsumer
-
Uses of ClosingFuture.ValueAndCloserConsumer in com.google.common.util.concurrent
Modifier and TypeMethodDescriptionvoid
ClosingFuture.finishToValueAndCloser
(ClosingFuture.ValueAndCloserConsumer<? super V> consumer, Executor executor) Marks this step as the last step in theClosingFuture
pipeline.