toggle menu
Provider API Reference
androidJvm
switch theme
search in API
core-util
/
com.flixclusive.core.util.coroutines
/
mapSuspend
map
Suspend
fun
<
T
,
R
>
Flow
<
T
>
.
mapSuspend
(
transform
:
suspend
(
T
)
->
R
)
:
Flow
<
R
>
Maps the flow elements using the given suspendable transformation function.