Interface CompletionStageFuture<T>

Type Parameters:
T - The result type returned by this future's Future.get()
All Superinterfaces:
CompletionStage<T>, Future<T>
All Known Implementing Classes:
CompletionStageFutureImpl

public interface CompletionStageFuture<T> extends Future<T>, CompletionStage<T>
A safe version of CompletableFuture that does not expose the completion API.