ReactiveState
Toggle table of contents
6.0.0-preview.34
common
Target filter
common
Switch theme
Search in API
Skip to content
ReactiveState
reactivestate-core
/
com.ensody.reactivestate
/
get
get
fun
<
T
>
Resolver
.
get
(
data
:
StateFlow
<
T
>
)
:
T
Returns
StateFlow.value
and tracks the observable (on the
MainScope
).
@
ExperimentalReactiveStateApi
fun
<
T
>
DIResolver
.
get
(
lazyProperty
:
LazyProperty
<
T
>
)
:
T