| Modifier and Type | Method and Description |
|---|---|
JoinedResults |
JoinedResults.Transform.apply(List<Object> input) |
| Modifier and Type | Method and Description |
|---|---|
static com.google.common.util.concurrent.ListenableFuture<JoinedResults> |
FuturesExtra.join(List<? extends com.google.common.util.concurrent.ListenableFuture<?>> inputs)
Transform a list of futures to a future that returns a joined result of them all.
|
static com.google.common.util.concurrent.ListenableFuture<JoinedResults> |
FuturesExtra.join(com.google.common.util.concurrent.ListenableFuture<?>... inputs)
Transform a list of futures to a future that returns a joined result of them all.
|
Copyright © 2015 Spotify AB. All Rights Reserved.