Class CollectionFuture.ListFuture<V>
- java.lang.Object
-
- com.google.common.util.concurrent.GwtFluentFutureCatchingSpecialization<V>
-
- com.google.common.util.concurrent.FluentFuture<V>
-
- com.google.common.util.concurrent.AbstractFuture<V>
-
- com.google.common.util.concurrent.AbstractFuture.TrustedFuture<OutputT>
-
- com.google.common.util.concurrent.AggregateFuture<V,C>
-
- com.google.common.util.concurrent.CollectionFuture<V,java.util.List<V>>
-
- com.google.common.util.concurrent.CollectionFuture.ListFuture<V>
-
- All Implemented Interfaces:
ListenableFuture<java.util.List<V>>
,java.util.concurrent.Future<java.util.List<V>>
- Enclosing class:
- CollectionFuture<V,C>
static final class CollectionFuture.ListFuture<V> extends CollectionFuture<V,java.util.List<V>>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description private class
CollectionFuture.ListFuture.ListFutureRunningState
-
Nested classes/interfaces inherited from class com.google.common.util.concurrent.CollectionFuture
CollectionFuture.CollectionFutureRunningState, CollectionFuture.ListFuture<V>
-
Nested classes/interfaces inherited from class com.google.common.util.concurrent.AggregateFuture
AggregateFuture.RunningState
-
Nested classes/interfaces inherited from class com.google.common.util.concurrent.AbstractFuture
AbstractFuture.TrustedFuture<V>
-
-
Constructor Summary
Constructors Constructor Description ListFuture(ImmutableCollection<? extends ListenableFuture<? extends V>> futures, boolean allMustSucceed)
-
Method Summary
-
Methods inherited from class com.google.common.util.concurrent.AggregateFuture
afterDone, init, pendingToString
-
Methods inherited from class com.google.common.util.concurrent.AbstractFuture.TrustedFuture
addListener, cancel, get, get, isCancelled, isDone
-
Methods inherited from class com.google.common.util.concurrent.AbstractFuture
interruptTask, maybePropagateCancellationTo, set, setException, setFuture, toString, trustedGetException, wasInterrupted
-
Methods inherited from class com.google.common.util.concurrent.FluentFuture
addCallback, catching, catchingAsync, from, transform, transformAsync, withTimeout
-
-
-
-
Constructor Detail
-
ListFuture
ListFuture(ImmutableCollection<? extends ListenableFuture<? extends V>> futures, boolean allMustSucceed)
-
-