Interface Promise<C>

Type Parameters:
C - the type of the promise result
All Known Subinterfaces:
Blocker.Promise<C>, Promise.Invocable<R>
All Known Implementing Classes:
FuturePromise, Promise.Completable, Promise.Invocable.Abstract, Promise.Invocable.NonBlocking, Promise.Task, Promise.Wrapper

public interface Promise<C>

An abstraction for a completed/failed result of an asynchronous operation.