| Interface | Description |
|---|---|
| Action |
Action object is an argument of Func#run method.
|
| Func |
Func is a java interface equivalent to JavaScript's Function for argument of #then
You can write Func like a JavaScript function.
|
| Thennable |
Common interface of Promise.
|
| Class | Description |
|---|---|
| Log | |
| Promise |
You can chain asynchronous operations and execute them sequentially
by using Promise.
|
| SyncPromise |
You can chain asynchronous operations and execute them sequentially
by using Promise.
|
| Enum | Description |
|---|---|
| Status |
| Exception | Description |
|---|---|
| PromiseException |
Copyright © 2019. All rights reserved.