Uses of Class
gnu.mapping.Promise
-
Packages that use Promise Package Description gnu.kawa.functions gnu.mapping SupportsProcedure, and various related classes needed at run-time by dynamically typed languages (such as Scheme and ECMAScript). -
-
Uses of Promise in gnu.kawa.functions
Methods in gnu.kawa.functions that return Promise Modifier and Type Method Description static <T> Promise<T>MakePromise. makePromise(Procedure thunk)static <T> Promise<T>MakePromise. makePromiseLazy(Procedure thunk) -
Uses of Promise in gnu.mapping
Methods in gnu.mapping that return Promise Modifier and Type Method Description static <T> Promise<T>Promise. makeBlank()
-