class Orc::StreamIterator
- Orc::StreamIterator
- Reference
- Object
Included Modules
- Iterator(Orc::Stream)
Defined in:
orc/stream_iterator.crInstance Method Summary
-
#next
Returns the next element in this iterator, or
Iterator::Stop::INSTANCE
if there are no more elements.
Instance Method Detail
def next
#
Description copied from module Iterator(Orc::Stream)
Returns the next element in this iterator, or Iterator::Stop::INSTANCE
if there
are no more elements.