MapGetOrElse<K, V> extension
- on
-
- Map<
K, V>
- Map<
Methods
-
getOrElse(
K key, V defaultValue()) → V -
Available on Map<
Returns the value for the given key, or the result of theK, V> , provided by the MapGetOrElse extensiondefaultValue
function if there was no entry for the given key.