class

RethinkORM::Changefeed(T)

Inherits Iterator::IteratorWrapper / Iterator / Enumerable / Reference / Object

Wraps the Changefeed iterator and parses events

Constructors

new(iterator : Iterator(RethinkDB::QueryResult))
Source

Instance methods

next

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

Source
stop

Shortcut for Iterator::Stop::INSTANCE, to signal that there are no more elements in an iterator.

Source

Nested types