menu
dartz package
documentation
dartz_streaming.dart
Conveyor<F, O>
dropWhile method
dropWhile method
dark_mode
light_mode
dropWhile
method
Conveyor
<
F
,
O
>
dropWhile
(
bool
f
(
O
o
)
)
Implementation
Conveyor<F, O> dropWhile(
bool
f(O o)) => pipe(Pipe.dropWhile(f));
dartz package
documentation
dartz_streaming
Conveyor<F, O>
dropWhile method
Conveyor class