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
/
toFlowMapIn
to
Flow
Map
In
suspend
fun
<
K
:
Any
,
V
:
Any
>
Flow
<
MapEvent
<
K
,
V
>
>
.
toFlowMapIn
(
scope
:
CoroutineScope
)
:
FlowMap
<
K
,
V
>
(
source
)
@
JvmName
(
name
=
"simpleToFlowMapIn"
)
suspend
fun
<
K
:
Any
,
V
:
Any
>
Flow
<
SimpleMapEvent
<
K
,
V
>
>
.
toFlowMapIn
(
scope
:
CoroutineScope
)
:
FlowMap
<
K
,
V
>
(
source
)