class

RethinkDB::Cursor

Inherits Iterator / Enumerable / Reference / Object

Constructors

new(stream : Connection::ResponseStream, response : Connection::Response)
Source

Instance methods

fetch_next
Source
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