class RethinkDB::Cursor
- RethinkDB::Cursor
- Reference
- Object
Included Modules
- Iterator(RethinkDB::QueryResult)
Defined in:
rethinkdb/cursor.crConstructors
Instance Method Summary
- #fetch_next
-
#next
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.
Constructor Detail
Instance Method Detail
def next
#
Description copied from module Iterator(RethinkDB::QueryResult)
Returns the next element in this iterator, or Iterator::Stop::INSTANCE
if there
are no more elements.
def stop
#
Description copied from module Iterator(RethinkDB::QueryResult)
Shortcut for Iterator::Stop::INSTANCE
, to signal that there are no more elements in an iterator.