ListenableMapExtensions<K, V> extension

on

Methods

mergeListenable(ValueListenable<Map<K, V>> others, {K convertKeys(K key)?, V convertValues(V value)?}) ListenableMap<K, V>
Merges the map in others with the current map.