LazyMap<K, V> constructor

LazyMap<K, V>(
  1. ObjectFactory<Map<K, V>> objectFactory
)

Constructs an object of type LazyMap<T>.

Implementation

LazyMap(super.objectFactory);