LazySet<T> constructor

LazySet<T>(
  1. ObjectFactory<Set<T>> objectFactory
)

Constructs an object of type LazySet<T>.

Implementation

LazySet(super.objectFactory);