| Package | Description |
|---|---|
| gnu.kawa.functions | |
| gnu.mapping |
Supports
Procedure,
and various related classes needed at run-time by dynamically typed
languages (such as Scheme and ECMAScript). |
| Modifier and Type | Method and Description |
|---|---|
static <T> Promise<T> |
MakePromise.makePromise(Procedure thunk) |
static <T> Promise<T> |
MakePromise.makePromiseLazy(Procedure thunk) |
| Modifier and Type | Method and Description |
|---|---|
static <T> Promise<T> |
Promise.makeBlank() |