Dockware AI
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Dockware AI
dockware-core
/
common
/
StateFlowRegistry
State
Flow
Registry
class
StateFlowRegistry
(
scope
:
CoroutineScope
,
stopTimeout
:
Long
=
5000
)
Members
Constructors
State
Flow
Registry
Link copied to clipboard
constructor
(
scope
:
CoroutineScope
,
stopTimeout
:
Long
=
5000
)
Functions
get
Or
Put
Link copied to clipboard
fun
<
T
>
getOrPut
(
id
:
String
,
category
:
String
,
initialValue
:
T
,
producer
:
(
)
->
Flow
<
T
>
)
:
StateFlow
<
T
>