Static variables

@:value(ofConst(null))staticfinalread onlyNOISE:Lazy<Noise> = ofConst(null)

@:value(NOISE)staticfinalread onlyNULL:Lazy<Noise> = NOISE

Deprecated: "use Lazy.NOISE instead"

staticread onlycomputed:Bool

Static methods

staticinlineflatMap<A>(this:LazyObject<T>, f:T ‑> Lazy<A>):Lazy<A>

@:tostaticget(this:LazyObject<T>):T

staticinlinemap<A>(this:LazyObject<T>, f:T ‑> A):Lazy<A>

@:fromstaticinlineofFunc<T>(f:() ‑> T):Lazy<T>