Uses of Interface
com.google.common.util.concurrent.ClosingFuture.ValueAndCloserConsumer
Packages that use ClosingFuture.ValueAndCloserConsumer
-
Uses of ClosingFuture.ValueAndCloserConsumer in com.google.common.util.concurrent
Methods in com.google.common.util.concurrent with parameters of type ClosingFuture.ValueAndCloserConsumerModifier and TypeMethodDescriptionvoid
ClosingFuture.finishToValueAndCloser
(ClosingFuture.ValueAndCloserConsumer<? super V> consumer, Executor executor) Marks this step as the last step in theClosingFuture
pipeline.