class TrailDBEventIterator

Included Modules

Defined in:

traildb.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def finalize #

[View source]
def next #
Description copied from module Iterator(TrailDBEvent)

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


[View source]
def rewind #

[View source]