Toolbox
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Toolbox
app
/
com.michaelflisar.toolbox.app.extensions
Package-level
declarations
Functions
Functions
as
Mutable
State
Link copied to clipboard
@
Composable
fun
<
T
>
MutableStateFlow
<
T
>
.
asMutableState
(
)
:
MutableState
<
T
>
as
State
Flow
Link copied to clipboard
fun
<
T
>
Flow
<
T
>
.
asStateFlow
(
scope
:
CoroutineScope
,
initial
:
T
)
:
StateFlow
<
T
>