class

RethinkDB::LocalConnection::Cursor

Inherits RethinkDB::Cursor / Iterator / Enumerable / Reference / Object

Constructors

new(stream : ReQL::Stream, runopts : RunOpts)
Source

Instance methods

close
Source
next

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

Source