class TrailDBTrailIterator
- TrailDBTrailIterator
- Reference
- Object
Included Modules
- Iterator({String, TrailDBEventIterator})
Defined in:
traildb.crConstructors
Instance Method Summary
-
#next
Returns the next element in this iterator, or
Iterator::Stop::INSTANCE
if there are no more elements.
Constructor Detail
def self.new(traildb : TrailDB, cursor : TdbCursor | Nil = nil, event_filter : TrailDBEventFilter | Nil = nil, parse_timestamp : Bool = true)
#
Instance Method Detail
def next
#
Description copied from module Iterator({String, TrailDBEventIterator})
Returns the next element in this iterator, or Iterator::Stop::INSTANCE
if there
are no more elements.