Lazy<T extends Object> constructor

Lazy<T extends Object>(
  1. LazyConstructor<T> _constructor
)

Implementation

Lazy(this._constructor);