| Modifier and Type | Method and Description |
|---|---|
static <Z,A,B> com.google.common.util.concurrent.ListenableFuture<Z> |
FuturesExtra.asyncTransform2(com.google.common.util.concurrent.ListenableFuture<A> a,
com.google.common.util.concurrent.ListenableFuture<B> b,
FuturesExtra.AsyncFunction2<Z,? super A,? super B> function)
Transform the input futures into a single future, using the provided
transform function.
|
Copyright © 2015 Spotify AB. All Rights Reserved.