toMutableObservableMap

inline fun <K, V> Map<K, V>.toMutableObservableMap(): ObservableMap<K, V>

Returns a new ObservableMap filled with all elements of this map.

See also