class Google::Apis::Core::PageIterator(T)

Included Modules

Defined in:

google/apis/core/pagination.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(first_page : T, fetcher : String | Nil -> T) #

[View source]

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.


[View source]