Uses of Interface
com.google.common.util.concurrent.ClosingFuture.Combiner.AsyncCombiningCallable
- 
Packages that use ClosingFuture.Combiner.AsyncCombiningCallable Package Description com.google.common.util.concurrent Concurrency utilities.
- 
- 
Uses of ClosingFuture.Combiner.AsyncCombiningCallable in com.google.common.util.concurrentMethods in com.google.common.util.concurrent with parameters of type ClosingFuture.Combiner.AsyncCombiningCallable Modifier and Type Method Description <V extends @Nullable Object>
 ClosingFuture<V>ClosingFuture.Combiner. callAsync(ClosingFuture.Combiner.AsyncCombiningCallable<V> combiningCallable, Executor executor)Returns a newClosingFuturepipeline step derived from the inputs by applying aClosingFuture-returning function to their values.
 
-