Lazy<T extends Object> constructor

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

Implementation

Lazy(this._constructor);