Uses of Interface
gnu.mapping.Lazy
Packages that use Lazy
Package
Description
Supports
Procedure
,
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 LazyModifier and TypeClassDescriptionclass
A process whose lazy "value" is the bytes from standard output. -
Uses of Lazy in gnu.mapping
Classes in gnu.mapping that implement LazyMethods in gnu.mapping that return LazyModifier and TypeMethodDescriptionPromise.checkAlias()
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