Interface Promise<C>

Type Parameters:
C - the type of the result value
All Known Implementing Classes:
Promise.Completable

public interface Promise<C>

The future result of an operation, either a value if the operation succeeded, or a failure if the operation failed.