class Crinja::Function::Cycler
- Crinja::Function::Cycler
- Reference
- Object
Included Modules
- Crinja::Object::Auto
- Iterator(Crinja::Value)
Defined in:
lib/function/cycler.crConstructors
Instance Method Summary
- #crinja_call(method)
- #current
-
#next : Crinja::Value | Iterator::Stop
Returns the next element in this iterator, or
Iterator::Stop::INSTANCE
if there are no more elements. - #reset
- #rewind
Instance methods inherited from module Crinja::Object::Auto
crinja_attribute(attr : Crinja::Value) : Crinja::Value
crinja_attribute
Constructor Detail
Instance Method Detail
def next : Crinja::Value | Iterator::Stop
#
Description copied from module Iterator(Crinja::Value)
Returns the next element in this iterator, or Iterator::Stop::INSTANCE
if there
are no more elements.