FicMapExtension<K, V> extension

on

Properties

lock IMap<K, V>
Locks the map, returning an immutable map (IMap).
no setter
lockUnsafe IMap<K, V>
Locks the map, returning an immutable map (IMap).
no setter

Methods

mapTo<T>(T mapper(K key, V value)) Iterable<T>
Returns a new lazy Iterable with elements that are created by calling mapper on each entry of this Map in iteration order.
toIMap([ConfigMap? config]) IMap<K, V>
Creates an immutable map (IMap) from the map.