Class CollectionFuture.ListFuture<V>
java.lang.Object
com.google.common.util.concurrent.internal.InternalFutureFailureAccess
com.google.common.util.concurrent.AbstractFuture<V>
com.google.common.util.concurrent.AbstractFuture.TrustedFuture<OutputT>
com.google.common.util.concurrent.AggregateFutureState<OutputT>
com.google.common.util.concurrent.AggregateFuture<V,C>
com.google.common.util.concurrent.CollectionFuture<V,List<V>>
com.google.common.util.concurrent.CollectionFuture.ListFuture<V>
- All Implemented Interfaces:
AbstractFuture.Trusted<List<V>>,ListenableFuture<List<V>>,Future<List<V>>
- Enclosing class:
- CollectionFuture<V,
C>
-
Nested Class Summary
Nested classes/interfaces inherited from class com.google.common.util.concurrent.CollectionFuture
CollectionFuture.ListFuture<V>Nested classes/interfaces inherited from class com.google.common.util.concurrent.AggregateFuture
AggregateFuture.ReleaseResourcesReasonNested classes/interfaces inherited from class com.google.common.util.concurrent.AbstractFuture
AbstractFuture.Trusted<V>, AbstractFuture.TrustedFuture<V> -
Field Summary
Fields inherited from class com.google.common.util.concurrent.AbstractFuture
GENERATE_CANCELLATION_CAUSES -
Constructor Summary
ConstructorsConstructorDescriptionListFuture(ImmutableCollection<? extends ListenableFuture<? extends V>> futures, boolean allMustSucceed) -
Method Summary
Methods inherited from class com.google.common.util.concurrent.CollectionFuture
collectOneValue, handleAllCompleted, releaseResourcesMethods inherited from class com.google.common.util.concurrent.AggregateFuture
addInitialException, afterDone, init, pendingToStringMethods inherited from class com.google.common.util.concurrent.AggregateFutureState
clearSeenExceptions, decrementRemainingAndGet, getOrInitSeenExceptionsMethods inherited from class com.google.common.util.concurrent.AbstractFuture.TrustedFuture
addListener, cancel, get, get, isCancelled, isDoneMethods inherited from class com.google.common.util.concurrent.AbstractFuture
interruptTask, maybePropagateCancellationTo, set, setException, setFuture, toString, tryInternalFastPathGetFailure, wasInterrupted
-
Constructor Details
-
ListFuture
ListFuture(ImmutableCollection<? extends ListenableFuture<? extends V>> futures, boolean allMustSucceed)
-
-
Method Details
-
combine
- Specified by:
combinein classCollectionFuture<V,List<V>>
-