RethinkDB::Cursor
Inherits Iterator / Enumerable / Reference / Object
Constructors
new(stream : Connection::ResponseStream, response : Connection::Response)
SourceInstance methods
fetch_next
Sourcenext
Returns the next element in this iterator, or Iterator::Stop::INSTANCE if there
are no more elements.
stop
Shortcut for Iterator::Stop::INSTANCE, to signal that there are no more elements in an iterator.