FicMapExtension<K, V> extension
See also: FicMapOfSetsExtension
- on
-
- Map<
K, V>
- Map<
Properties
-
lock
→ IMap<
K, V> -
Available on Map<
Locks the map, returning an immutable map (IMap).K, V> , provided by the FicMapExtension extensionno setter -
lockUnsafe
→ IMap<
K, V> -
Available on Map<
Locks the map, returning an immutable map (IMap).K, V> , provided by the FicMapExtension extensionno setter
Methods
-
mapTo<
T> (T mapper(K key, V value)) → Iterable< T> -
Available on Map<
Returns a new lazy Iterable with elements that are created by callingK, V> , provided by the FicMapExtension extensionmapper
on each entry of thisMap
in iteration order. -
toIMap(
[ConfigMap? config]) → IMap< K, V> -
Available on Map<
Creates an immutable map (IMap) from the map.K, V> , provided by the FicMapExtension extension