class RethinkORM::Changefeed::Raw
- RethinkORM::Changefeed::Raw
- Reference
- Object
Overview
Raw changefeed on a table
Included Modules
- Iterator(String)
- Iterator::IteratorWrapper
Defined in:
rethinkdb-orm/utils/changefeed.crConstructors
Instance Method Summary
-
#next
Returns the next element in this iterator, or
Iterator::Stop::INSTANCE
if there are no more elements.
Constructor Detail
Instance Method Detail
def next
#
Description copied from module Iterator(String)
Returns the next element in this iterator, or Iterator::Stop::INSTANCE
if there
are no more elements.