Uses of Interface
gnu.mapping.Lazy
-
Packages that use Lazy 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 Lazy in gnu.kawa.functions
Classes in gnu.kawa.functions that implement Lazy Modifier and Type Class Description classLProcessA process whose lazy "value" is the bytes from standard output. -
Uses of Lazy in gnu.mapping
Classes in gnu.mapping that implement Lazy Modifier and Type Class Description classFuture<T>classPromise<T>Implement Scheme "promises".Methods in gnu.mapping that return Lazy Modifier and Type Method Description LazyPromise. checkAlias()static Lazy<Object>Promise. coerceToLazy(Object value)static <T> Lazy<T>Promise. makeBoundPromise(T value)Wrap value as a forced Promise.Methods in gnu.mapping with parameters of type Lazy Modifier and Type Method Description voidPromise. setAlias(Lazy promise)Bind promise to be an alias of another Lazy value.
-