| Interface | Description |
|---|---|
| Deferred<T> |
A simplified extension of
DeferredProgress with void progress |
| DeferredProgress<TResolve,TProgress> |
A deferred contains a
Resolver for an associated ProgressPromise, either of which may be safely handed
out |
| FulfilledRunnable<T> |
A convenience Runnable interface for when a promise is fulfilled
|
| ProgressPromise<TResolve,TProgress> |
A
Thenable object that "promises" to fulfill or reject either immediately or at some point in the future. |
| Promise<T> |
A simplified extension of
ProgressPromise with void progress |
| PromiseExt<TResolve,TProgress> |
Extends the standard
ProgressPromise with additional functionality |
| Reducer<TPrev,TCurr> |
A standard reduce callback function
|
| RejectedRunnable<T> |
A convenience Runnable interface for when a promise is rejected
|
| ResolveCallback<TResolve,TProgress> |
Created by adriangonzalez on 2/22/14.
|
| Resolver<TResolve,TProgress> |
Resolves a promise
|
| Runnable<TRet,TArg> |
A callback with a return and one argument
|
| Thenable<TResolve,TProgress> |
A Thenable object allows registering callbacks for when a promise resolves, rejects, or receives progress.
|
| Class | Description |
|---|---|
| OldWhenProgress<TResolve,TProgress> |
A Java implementation of the CommonJS Promises/A specification.
|
| PromiseState<T> |
Created by adriangonzalez on 2/22/14.
|
| Value<T> |
A value wrapper that can also hold error information for rejections and progress.
|
| When<T> |
A simplified extension of
WhenProgress with void for progress |
| WhenProgress<TResolve,TProgress> |
A Java implementation of the CommonJS Promises/A specification.
|
| Enum | Description |
|---|---|
| PromiseState.State |
Copyright © 2013-2014 Englishtown. All Rights Reserved.