toggle menu
adyen-android
androidJvm
switch theme
search in API
components-core
/
com.adyen.checkout.components.core.internal.util
/
mergeStateFlows
merge
State
Flows
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP
]
)
fun
<
T
>
mergeStateFlows
(
scope
:
CoroutineScope
,
started
:
SharingStarted
,
initialValue
:
T
,
vararg
flows
:
Flow
<
T
>
)
:
StateFlow
<
T
>