Uses of Class
com.google.common.util.concurrent.ClosingFuture.Combiner2
-
Uses of ClosingFuture.Combiner2 in com.google.common.util.concurrent
Modifier and TypeMethodDescriptionstatic <V1 extends @Nullable Object,
V2 extends @Nullable Object>
ClosingFuture.Combiner2<V1, V2> ClosingFuture.whenAllSucceed
(ClosingFuture<V1> future1, ClosingFuture<V2> future2) Starts specifying how to combine twoClosingFuture
s into a single pipeline, assuming they all succeed.