@:value(ofConst(null))staticfinalread onlyNOISE:Lazy<Noise> = ofConst(null)
@:value(NOISE)staticfinalread onlyNULL:Lazy<Noise> = NOISE
staticread onlycomputed:Bool
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>