All Classes and Interfaces
Class
Description
A Deferred Promise resolution.
Deferred Promise implementation.
Failed Promise implementation.
Promise failure exception for a collection of failed Promises.
Failure callback for a Promise.
A Promise of a value.
Promise factory to create Deferred and Promise objects.
A callback used to resolve the specified Promise when the specified list
of Promises are resolved for the
PromiseFactory.all(Collection)
method.Default executors for Promises.
ScheduledThreadPoolExecutor for scheduled execution.
An Executor implementation which executes the task immediately on the
thread calling the
Executor.execute method.Defines the options for a Promise factory.
Abstract Promise implementation.
Marker interface for internal callbacks which do not call user code and
should be run on the current thread for an already resolved promise.
A consumer of the result of a Promise.
Static helper methods for
Promises.Resolved Promise implementation.
Success callback for a Promise.
Timeout exception for a Promise.