Toolbox
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Toolbox
app
/
com.michaelflisar.toolbox.app.classes
/
MutableStateFlowWrapper
Mutable
State
Flow
Wrapper
class
MutableStateFlowWrapper
<
T
>
Members
Properties
scope
Link copied to clipboard
val
scope
:
CoroutineScope
state
Link copied to clipboard
val
state
:
StateFlow
<
T
>
Functions
collect
As
State
With
Lifecycle
Link copied to clipboard
@
Composable
fun
collectAsStateWithLifecycle
(
)
:
State
<
T
>
update
Link copied to clipboard
fun
update
(
value
:
T
)