Fetcher::EntryIterator
Inherits Iterator < Enumerable < Reference < Object
Lazy iterator for streaming feed entries
Constructors
new
SourceInstance methods
Convert iterator to array with optional limit Note: This consumes the iterator. Call only once.
next
Returns the next element in this iterator, or Iterator::Stop::INSTANCE if there
are no more elements.