| Class | 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.
|
| Promise |
You can chain asynchronous operations and execute them sequentially
by using Promise.
|
| Status | |
| SyncPromise |
You can chain asynchronous operations and execute them sequentially
by using Promise.
|
| Thennable |
Common interface of Promise.
|
Copyright © 2019. All rights reserved.