-
static <Z,
A,
B,
C,
D>
com.google.common.util.concurrent.ListenableFuture<Z>
FuturesExtra.asyncTransform4(com.google.common.util.concurrent.ListenableFuture<A> a,
com.google.common.util.concurrent.ListenableFuture<B> b,
com.google.common.util.concurrent.ListenableFuture<C> c,
com.google.common.util.concurrent.ListenableFuture<D> d,
FuturesExtra.AsyncFunction4<Z,? super A,? super B,? super C,? super D> function)
Transform the input futures into a single future, using the provided transform function.
static <Z,
A,
B,
C,
D>
com.google.common.util.concurrent.ListenableFuture<Z>
FuturesExtra.asyncTransform4(com.google.common.util.concurrent.ListenableFuture<A> a,
com.google.common.util.concurrent.ListenableFuture<B> b,
com.google.common.util.concurrent.ListenableFuture<C> c,
com.google.common.util.concurrent.ListenableFuture<D> d,
FuturesExtra.AsyncFunction4<Z,? super A,? super B,? super C,? super D> function,
Executor executor)
Transform the input futures into a single future, using the provided transform function.