toggle menu
stream-video-android
1.0.20
androidJvm
switch theme
search in API
stream-video-android-core
/
io.getstream.video.android.core.utils
/
combineStates
combine
States
fun
<
T1
,
T2
,
R
>
combineStates
(
flow
:
StateFlow
<
T1
>
,
flow2
:
StateFlow
<
T2
>
,
transform
:
(
a
:
T1
,
b
:
T2
)
->
R
)
:
StateFlow
<
R
>