All Superinterfaces:
Stage
Enclosing interface:
Stage

public static interface Stage.Skip extends Stage
A skip stage.

The first skip elements must be skipped, after that all elements must be emitted.

If the number of elements to skip is zero, this stage has no effect.

If less than skip elements are emitted before termination, then the termination must be propagated downstream as normal.

  • Method Details

    • getSkip

      long getSkip()
      The number of elements to skip.
      Returns:
      The number of elements to skip.