KotPreferences
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
KotPreferences
compose
/
com.michaelflisar.kotpreferences.compose
/
asMutableStateNotNull
as
Mutable
State
Not
Null
@
Composable
fun
<
T
>
StorageSetting
<
T
>
.
asMutableStateNotNull
(
)
:
MutableState
<
T
>
@
Composable
fun
<
T
:
Any
,
X
:
Any
>
StorageSetting
<
T
>
.
asMutableStateNotNull
(
mapper
:
(
T
)
->
X
,
unmapper
:
(
X
)
->
T
)
:
MutableState
<
X
>