Class GwtFluentFutureCatchingSpecialization<V>
- java.lang.Object
-
- com.google.common.util.concurrent.GwtFluentFutureCatchingSpecialization<V>
-
- All Implemented Interfaces:
ListenableFuture<V>
,java.util.concurrent.Future<V>
- Direct Known Subclasses:
FluentFuture
@GwtCompatible(emulated=true) abstract class GwtFluentFutureCatchingSpecialization<V> extends java.lang.Object implements ListenableFuture<V>
Hidden superclass ofFluentFuture
that provides us a place to declare special GWT versions of theFluentFuture.catching
family of methods. Those versions have slightly different signatures.
-
-
Constructor Summary
Constructors Constructor Description GwtFluentFutureCatchingSpecialization()
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.google.common.util.concurrent.ListenableFuture
addListener
-
-