LazyList<T> constructor

LazyList<T>(
  1. ObjectFactory<List<T>> objectFactory
)

Constructs an object of type LazyList<T>.

Implementation

LazyList(super.objectFactory);