Interface Promise.Invocable<R>

Type Parameters:
R - The result type
All Superinterfaces:
Invocable, Promise<R>
All Known Subinterfaces:
Blocker.Promise<C>
All Known Implementing Classes:
Promise.Invocable.Abstract, Promise.Invocable.NonBlocking
Enclosing interface:
Promise<C>

public static interface Promise.Invocable<R> extends Invocable, Promise<R>