| Deferred |
A Deferred Promise resolution.
|
| DeferredPromiseImpl |
Deferred Promise implementation.
|
| FailedPromiseImpl |
Failed Promise implementation.
|
| Failure |
Failure callback for a Promise.
|
| Promise |
A Promise of a value.
|
| PromiseFactory |
Promise factory to create Deferred and Promise objects.
|
| PromiseFactory.DefaultExecutors |
Default executors for Promises.
|
| PromiseFactory.DefaultExecutors.ScheduledExecutor |
ScheduledThreadPoolExecutor for scheduled execution.
|
| PromiseFactory.Option |
Defines the options for a Promise factory.
|
| PromiseImpl |
Abstract Promise implementation.
|
| PromiseImpl.InlineCallback |
Marker interface for internal callbacks which do not call user code and
should be run on the current thread for an already resolved promise.
|
| PromiseImpl.Result |
A consumer of the result of a Promise.
|
| ResolvedPromiseImpl |
Resolved Promise implementation.
|
| Success |
Success callback for a Promise.
|