toggle menu
stripe-android
androidJvm
switch theme
search in API
stripe-ui-core
/
com.stripe.android.uicore.utils
/
flatMapLatestAsStateFlow
flat
Map
Latest
As
State
Flow
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP
]
)
fun
<
T
,
R
>
StateFlow
<
T
>
.
flatMapLatestAsStateFlow
(
transform
:
(
T
)
->
StateFlow
<
R
>
)
:
StateFlow
<
R
>
Combines a list of
StateFlow
s into another, instead of loosening the result to a
Flow
.