drop

Drop n elements and then pass any subsequent element downstream.

Simple operators

Signature

def drop(n: Long): Repr[Out]

Description

Drop n elements and then pass any subsequent element downstream.

emits when the specified number of elements has been dropped already

backpressures when the specified number of elements has been dropped and downstream backpressures

completes when upstream completes

Found an error in this documentation? The source code for this page can be found here. Please feel free to edit and contribute a pull request.