tornadofx / tornadofx / kotlin.collections.Map / toObservable

toObservable

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

Returns a new ObservableMap with the elements from the original map.