Companion

Functions

Link copied to clipboard
fun <K : Any, V : Any> builder(size: Int): MapLazyFactory.Builder<K, V>

Returns a new Builder

Link copied to clipboard
fun <K, V> empty(): Provider<Map<K, Lazy<V>>>

Returns a provider of an empty map.