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
/
mutableFlowMapOf
mutable
Flow
Map
Of
fun
<
K
:
Any
,
V
:
Any
>
mutableFlowMapOf
(
)
:
MutableFlowMap
<
K
,
V
>
(
source
)
Create a new, empty,
MutableFlowMap
.
fun
<
K
:
Any
,
V
:
Any
>
mutableFlowMapOf
(
vararg
pairs
:
Pair
<
K
,
V
>
)
:
MutableFlowMap
<
K
,
V
>
(
source
)
Create a new
MutableFlowMap
, with the specified contents.