LazyCell<T extends Object> constructor

LazyCell<T extends Object>(
  1. T _func()
)

Implementation

LazyCell(this._func);