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.flow
/
SharedFlowCache
/
get
get
operator
fun
get
(
key
:
K
,
supplier
:
(
K
)
->
Flow
<
V
>
)
:
SharedFlow
<
V
>
(
source
)
The shared flow for
key
, creating it from
supplier
on first access.