class RethinkORM::Changefeed(T)
- RethinkORM::Changefeed(T)
- Reference
- Object
Overview
Wraps the Changefeed iterator and parses events
Included Modules
- Iterator(T)
- Iterator::IteratorWrapper
Direct Known Subclasses
Defined in:
rethinkdb-orm/utils/changefeed.crConstructors
Instance Method Summary
- 
        #next
        
          Returns the next element in this iterator, or Iterator::Stop::INSTANCEif 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(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.