Class GwtFluentFutureCatchingSpecialization<V>

All Implemented Interfaces:
ListenableFuture<V>, Future<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.
  • Constructor Details

    • GwtFluentFutureCatchingSpecialization

      GwtFluentFutureCatchingSpecialization()