toggle menu
stripe-android
androidJvm
switch theme
search in API
stripe-ui-core
/
com.stripe.android.uicore.utils
/
combine
combine
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP
]
)
fun
<
T1
,
T2
,
T3
>
combine
(
flow1
:
Flow
<
T1
>
,
flow2
:
Flow
<
T2
>
,
flow3
:
Flow
<
T3
>
)
:
Flow
<
Triple
<
T1
,
T2
,
T3
>
>