Class ClosingFuture.Combiner2<V1 extends @Nullable Object,V2 extends @Nullable Object>

java.lang.Object
com.google.common.util.concurrent.ClosingFuture.Combiner
com.google.common.util.concurrent.ClosingFuture.Combiner2<V1,V2>
Type Parameters:
V1 - the type returned by the first future
V2 - the type returned by the second future
Enclosing class:
ClosingFuture<V extends @Nullable Object>

public static final class ClosingFuture.Combiner2<V1 extends @Nullable Object,V2 extends @Nullable Object> extends ClosingFuture.Combiner
A generic ClosingFuture.Combiner that lets you use a lambda or method reference to combine two ClosingFutures. Use ClosingFuture.whenAllSucceed(ClosingFuture, ClosingFuture) to start this combination.
Since:
30.0