Uses of Interface
dev.mccue.guava.concurrent.ClosingFuture.Combiner.AsyncCombiningCallable
-
Uses of ClosingFuture.Combiner.AsyncCombiningCallable in dev.mccue.guava.concurrent
Methods in dev.mccue.guava.concurrent with parameters of type ClosingFuture.Combiner.AsyncCombiningCallableModifier and TypeMethodDescription<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.