Pdrop:
Filter:

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

Instance Methods

Inherited instance methods

Undocumented instance methods

.count

.count = value

.embedInStream(event)

Examples