Class LazyObject
A wrapper for another class that can be used to delay instantiation of the wrapped class.
Declaration
class LazyObject
source linkDocumentation
By subclassing, you have the opportunity to intercept and alter the
instantiation. If you don't need to do that, use SimpleLazyObject.
Methods
Overrides
This method is overriden in:
Overrides
This method is overriden in:
Overrides
This method is overriden in:
Overrides
This method is overriden in:
Overrides
This method is overriden in:
Subclasses
Reexports