class

TrailDBEventIterator

Inherits Iterator / Enumerable / Reference / Object

Constructors

new(traildb : TrailDB, trail_id : UInt64, cursor : TdbCursor | Nil = nil, event_filter : TrailDBEventFilter | Nil = nil, parse_timestamp : Bool = true)
Source

Instance methods

finalize
Source
next

Returns the next element in this iterator, or Iterator::Stop::INSTANCE if there are no more elements.

Source
rewind
Source