class Quartz::Coupler::CouplingIterator
- Quartz::Coupler::CouplingIterator
- Reference
- Object
Overview
TODO :nodoc:
Included Modules
- Iterator({Quartz::Port, Quartz::Port})
Defined in:
quartz/coupler.crConstructors
Instance Method Summary
-
#next
Returns the next element in this iterator, or
Iterator::Stop::INSTANCE
if there are no more elements. - #rewind
Instance methods inherited from class Reference
==(other : Quartz::Any)
==
Instance methods inherited from class Object
===(other : Quartz::Any)
===
Constructor Detail
Instance Method Detail
def next
#
Description copied from module Iterator({Quartz::Port, Quartz::Port})
Returns the next element in this iterator, or Iterator::Stop::INSTANCE
if there
are no more elements.