Pdrop : FilterPattern : Pattern : AbstractFunction : Object

skips (drops) the first n events from a pattern

Description

Skips an initial (count) number of events from a pattern.

Class Methods

Pdrop.new(count, pattern)

drops count elements of the pattern from the stream.

Inherited class methods

6 methods from Object ► show

Instance Methods

Inherited instance methods

1 methods from FilterPattern ► show
43 methods from Pattern ► show
159 methods from AbstractFunction ► show
260 methods from Object ► show

Undocumented instance methods

.count

.count = value

.embedInStream(event)

Examples