toggle menu
ktfx
0.3
jvm
switch theme
search in API
ktfx-commons
/
ktfx.collections
/
toMutableObservableMap
to
Mutable
Observable
Map
inline
fun
<
K
,
V
>
Map
<
K
,
V
>
.
toMutableObservableMap
(
)
:
ObservableMap
<
K
,
V
>
Returns a new
ObservableMap
filled with all elements of this map.
See also
to
Mutable
Map