Private
constructorPrivate
computationThe function representing the lazy computation.
Private
evaluatedFlag indicating whether the value has been evaluated.
Private
Optional
valueThe computed value, stored after evaluation.
Static
createGenerated using TypeDoc
Represents a lazy-evaluated value that is computed only when needed. Lazy
Example: Usage of the Lazy