class Orc::StripeIterator

Included Modules

Defined in:

orc/stripe_iterator.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(reader : Reader) #

[View source]

Instance Method Detail

def file(*args, **options) #

[View source]
def file(*args, **options, &) #

[View source]
def next #
Description copied from module Iterator(Orc::Stripe)

Returns the next element in this iterator, or Iterator::Stop::INSTANCE if there are no more elements.


[View source]