kotlinx.coroutines
1.6.4-SNAPSHOT
common
kotlinx-coroutines-core
/
kotlinx.coroutines.flow
/
dropWhile
drop
While
common
fun
<
T
>
Flow
<
T
>
.
dropWhile
(
predicate
:
suspend
(
T
)
->
Boolean
)
:
Flow
<
T
>
Returns a flow containing all elements except first elements that satisfy the given predicate.
Sources
common source
Link copied to clipboard