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 class
LProcess
A 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 class
Future<T>
class
Promise<T>
Implement Scheme "promises".Methods in gnu.mapping that return Lazy Modifier and Type Method Description Lazy
Promise. 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 void
Promise. setAlias(Lazy promise)
Bind promise to be an alias of another Lazy value.
-