MapExtension<K, V> extension

on

Methods

addIf(bool f(K key, V value), K key, V value) Map<K, V>
addIndexIf(bool f(K key, V value, int index), K key, V value, int index) Map<K, V>
addIndexIfNotNull(bool f(K key, V value, int index), K key, V value, int index) Map<K, V>
getWhere(bool f(K key, V value)) Map<K, V>
get where