| Interface | Description |
|---|---|
| Action<T> |
An action to be executed upon a promise.
|
| Function<T,U> |
A function to transform a promise into a new promise.
|
| Promise<T> |
A Promise is an object which can be completed with a value or failed with an exception.
|
| Scheduler |
| Class | Description |
|---|---|
| Promises |
A companion class for
Promise. |
| Schedulers |
A companion class for
Scheduler. |