toggle menu
Provider API Reference
androidJvm
switch theme
search in API
core-util
/
com.flixclusive.core.util.coroutines
/
collectWhile
collect
While
inline suspend
fun
<
T
>
Flow
<
T
>
.
collectWhile
(
crossinline
predicate
:
suspend
(
value
:
T
)
->
Boolean
)