Class CollectionFuture.ListFuture<V>
java.lang.Object
com.google.common.util.concurrent.internal.InternalFutureFailureAccess
com.google.common.util.concurrent.AbstractFuture<List<V>>
com.google.common.util.concurrent.AbstractFuture.TrustedFuture<List<V>>
com.google.common.util.concurrent.AggregateFutureState<List<V>>
com.google.common.util.concurrent.AggregateFuture<V,List<V>>
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>Nested classes/interfaces inherited from interface java.util.concurrent.Future
Future.State -
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, wasInterruptedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.concurrent.Future
exceptionNow, resultNow, state
-
Constructor Details
-
ListFuture
ListFuture(ImmutableCollection<? extends ListenableFuture<? extends V>> futures, boolean allMustSucceed)
-
-
Method Details
-
combine
- Specified by:
combinein classCollectionFuture<V,List<V>>
-