Class LazyObject

A wrapper for another class that can be used to delay instantiation of the wrapped class.

Declaration

class LazyObject
source link

Documentation

By subclassing, you have the opportunity to intercept and alter the
instantiation. If you don't need to do that, use SimpleLazyObject.

Methods

Subclasses

Reexports