Class CancelledAsyncFuture<T>

All Implemented Interfaces:
AsyncFuture<T>, AsyncPromise<T>, CompletionStage<T>, Future<T>

public final class CancelledAsyncFuture<T> extends FailedAsyncFuture<T>
  • Constructor Details

    • CancelledAsyncFuture

      public CancelledAsyncFuture()
  • Method Details