Create a new Lazy object that invokes the factory when
value is called for the first time.
By default, if the factory returns undefined, the value of
isValueCreated will not be true. To alter this set
waitForValue to false.
Private Readonly #factoryPrivate #valuePrivate #valuePrivate #waitReturns true if the value has been created.
Get or create the value.
Generated using TypeDoc
Lazy wrapper for a factory.