static final class CollectionFuture.ListFuture<V> extends CollectionFuture<V,java.util.List<V>>
| Modifier and Type | Class and Description |
|---|---|
private class |
CollectionFuture.ListFuture.ListFutureRunningState |
CollectionFuture.CollectionFutureRunningState, CollectionFuture.ListFuture<V>AggregateFuture.RunningStateAbstractFuture.TrustedFuture<V>| Constructor and Description |
|---|
ListFuture(ImmutableCollection<? extends ListenableFuture<? extends V>> futures,
boolean allMustSucceed) |
afterDone, init, pendingToStringaddListener, cancel, get, get, isCancelled, isDoneinterruptTask, maybePropagateCancellationTo, set, setException, setFuture, toString, trustedGetException, wasInterruptedaddCallback, catching, catchingAsync, from, transform, transformAsync, withTimeoutListFuture(ImmutableCollection<? extends ListenableFuture<? extends V>> futures, boolean allMustSucceed)