class RethinkORM::Collection(T)
- RethinkORM::Collection(T)
- Reference
- Object
Included Modules
- Iterator(T)
- Iterator::IteratorWrapper
Defined in:
rethinkdb-orm/utils/collection.crConstructors
Instance Method Summary
-
#next : T | Iterator::Stop
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 : T | Iterator::Stop
#
Description copied from module Iterator(T)
Returns the next element in this iterator, or Iterator::Stop::INSTANCE
if there
are no more elements.
def stop
#
Description copied from module Iterator(T)
Shortcut for Iterator::Stop::INSTANCE
, to signal that there are no more elements in an iterator.