MapExtension<K, V> extension

An extension which adds utilities for Maps of all types.

on

Methods

getAs<T>(K key) → T?

Available on Map<K, V>, provided by the MapExtension extension

Returns the value for the given key after casting it to T?.