Class 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 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.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.concurrent.Future

        cancel, get, get, isCancelled, isDone
    • Constructor Detail

      • GwtFluentFutureCatchingSpecialization

        GwtFluentFutureCatchingSpecialization()