FlowExt
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
FlowExt
FlowExt
/
com.hoc081098.flowext
/
dropUntil
drop
Until
inline
fun
<
T
>
Flow
<
T
>
.
dropUntil
(
notifier
:
Flow
<
Any
?
>
)
:
Flow
<
T
>
(
source
)
This function is an alias to
skipUntil
operator.
See also
skip
Until