toObservableMap

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

Returns an ObservableMap containing all elements.

See also