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
/
mapState
map
State
fun
<
T1
,
R
>
StateFlow
<
T1
>
.
mapState
(
transform
:
(
a
:
T1
)
->
R
)
:
StateFlow
<
R
>