DataSource Extensions
Toggle table of contents
jvm
Platform filter
jvm
Switch theme
Search in API
DataSource Extensions
datasourcex-util
/
com.caplin.integration.datasourcex.util.flow
/
toMutableFlowMap
to
Mutable
Flow
Map
fun
<
K
:
Any
,
V
:
Any
>
Map
<
K
,
V
>
.
toMutableFlowMap
(
)
:
MutableFlowMap
<
K
,
V
>
(
source
)
Creates a copy of the provided map as a new
MutableFlowMap
.