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.RunningState
AbstractFuture.TrustedFuture<V>
Constructor and Description |
---|
ListFuture(ImmutableCollection<? extends ListenableFuture<? extends V>> futures,
boolean allMustSucceed) |
afterDone, init, pendingToString
addListener, cancel, get, get, isCancelled, isDone
interruptTask, maybePropagateCancellationTo, set, setException, setFuture, toString, trustedGetException, wasInterrupted
addCallback, catching, catchingAsync, from, transform, transformAsync, withTimeout
ListFuture(ImmutableCollection<? extends ListenableFuture<? extends V>> futures, boolean allMustSucceed)