| AlwaysCallback<D,F> |
|
| AlwaysPipe<D,F,D_OUT,F_OUT,P> |
|
| CallbackExceptionHandler |
Handles global exceptions that are uncaught by the callbacks.
|
| CancellationHandler |
Allows a DeferredFutureTask to onCancel resources when its task is interrupted or cancelled.
|
| Deferred<D,F,P> |
Deferred interface to trigger an event (resolve, reject, notify).
|
| DeferredManager |
DeferredManager is especially useful when dealing with asynchronous
tasks, either Runnable or Callable objects.
|
| DoneCallback<D> |
|
| DoneFilter<D,D_OUT> |
|
| DonePipe<D,D_OUT,F_OUT,P_OUT> |
|
| FailCallback<F> |
|
| FailFilter<F,F_OUT> |
|
| FailPipe<F,D_OUT,F_OUT,P_OUT> |
|
| ProgressCallback<P> |
A callback invoked when the Promise publishes intermediate results while its state is still
Promise.State.PENDING.
|
| ProgressFilter<P,P_OUT> |
A filter invoked when the Promise publishes intermediate results while it is still in the state
+ * Promise.State.PENDING.
|
| ProgressPipe<P,D_OUT,F_OUT,P_OUT> |
A pipe invoked when the Promise publishes intermediate results while it is still in the state
Promise.State.PENDING.
|
| Promise<D,F,P> |
Promise interface to observe when some action has occurred on the corresponding Deferred object.
|