Class GwtFluentFutureCatchingSpecialization<V>
java.lang.Object
org.docx4j.com.google.common.util.concurrent.internal.InternalFutureFailureAccess
org.docx4j.com.google.common.util.concurrent.AbstractFuture<V>
org.docx4j.com.google.common.util.concurrent.GwtFluentFutureCatchingSpecialization<V>
- All Implemented Interfaces:
Future<V>,ListenableFuture<V>
- Direct Known Subclasses:
FluentFuture
@GwtCompatible(emulated=true)
abstract class GwtFluentFutureCatchingSpecialization<V>
extends AbstractFuture<V>
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 org.docx4j.com.google.common.util.concurrent.AbstractFuture
AbstractFuture.Trusted<V>, AbstractFuture.TrustedFuture<V> -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.docx4j.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()
-