toggle menu
NavigationApp
jvm
switch theme
search in API
navigation-ux-ev-platform
/
com.mapbox.ev.platform.support
/
Either
/
suspendFold
suspend
Fold
suspend
fun
<
C
>
suspendFold
(
ifLeft
:
suspend
(
E
)
->
C
,
ifRight
:
suspend
(
A
)
->
C
)
:
C