class Orc::StreamIterator

Included Modules

Defined in:

orc/stream_iterator.cr

Instance Method Summary

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.


[View source]