MapExtension<K, V> extension
An extension which adds utilities for Maps of all types.
- on
-
- Map<
K, V>
- Map<
Methods
-
getAs<
T> (K key) → T? -
Available on Map<
Returns the value for the givenK, V> , provided by the MapExtension extensionkeyafter casting it toT?.