class

AI::Provider::LanguageModel::EmptyStreamIterator

Inherits Iterator < Enumerable < Reference < Object

Empty iterator for streams (placeholder).

Constructors

Instance methods

next

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

Source