ReactiveState
Toggle table of contents
6.0.0-preview.16
compose
Platform filter
compose
Switch theme
Search in API
ReactiveState
reactivestate-compose
/
com.ensody.reactivestate.compose
/
derivedState
derived
State
compose
@
ExperimentalReactiveStateApi
@
Composable
inline
fun
<
T
>
DIImpl
.
derivedState
(
key
:
Any
?
=
null
,
crossinline
block
:
DIResolver
.
(
)
->
T
)
:
State
<
T
>