MapUtil<K, V> extension

on

Methods

tryGet(K key) → V?

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

Returns the value of key or null if the key doesn't exist.