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.ReleaseResourcesReason
Nested 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, releaseResources
Methods inherited from class com.google.common.util.concurrent.AggregateFuture
addInitialException, afterDone, init, pendingToString
Methods inherited from class com.google.common.util.concurrent.AggregateFutureState
clearSeenExceptions, decrementRemainingAndGet, getOrInitSeenExceptions
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, tryInternalFastPathGetFailure, wasInterrupted
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods 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:
combine
in classCollectionFuture<V,
List<V>>
-