Class GwtFluentFutureCatchingSpecialization<V>
java.lang.Object
com.google.common.util.concurrent.internal.InternalFutureFailureAccess
com.google.common.util.concurrent.AbstractFuture<V>
com.google.common.util.concurrent.GwtFluentFutureCatchingSpecialization<V>
- All Implemented Interfaces:
ListenableFuture<V>
,Future<V>
- Direct Known Subclasses:
FluentFuture
Hidden superclass of
FluentFuture
that provides us a place to declare special GWT
versions of the FluentFuture.catching
family of methods. Those versions have slightly different signatures.-
Nested Class Summary
Nested 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
Constructors -
Method Summary
Methods inherited from class com.google.common.util.concurrent.AbstractFuture
addListener, afterDone, cancel, get, get, interruptTask, isCancelled, isDone, maybePropagateCancellationTo, pendingToString, set, setException, setFuture, toString, tryInternalFastPathGetFailure, wasInterrupted
-
Constructor Details
-
GwtFluentFutureCatchingSpecialization
GwtFluentFutureCatchingSpecialization()
-