StreamPack
Toggle table of contents
3.0.0-RC
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
StreamPack
streampack-core
/
io.github.thibaultbee.streampack.core.elements.utils
/
stateFlow
state
Flow
fun
<
T
>
stateFlow
(
getValue
:
(
)
->
T
,
flow
:
Flow
<
T
>
)
:
StateFlow
<
T
>
Returns
StateFlow
from
flow
having initial value from calculation of
getValue