DataSource Extensions
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
DataSource Extensions
datasourcex-util
/
com.caplin.integration.datasourcex.util.store
/
AsyncFlowStore
/
asFlow
as
Flow
abstract
fun
asFlow
(
)
:
SharedFlow
<
VersionedMapEvent
<
K
,
V
>
>
(
source
)
abstract
fun
asFlow
(
query
:
(
)
->
Map
<
K
,
Versioned
<
V
>
>
,
predicate
:
(
K
,
V
)
->
Boolean
=
{ _, _ -> true }
)
:
Flow
<
VersionedMapEvent
<
K
,
V
>
>
(
source
)