class Quartz::Coupler::CouplingIterator

Overview

TODO :nodoc:

Included Modules

Defined in:

quartz/coupler.cr

Constructors

Instance Method Summary

Instance methods inherited from class Reference

==(other : Quartz::Any) ==

Instance methods inherited from class Object

===(other : Quartz::Any) ===

Constructor Detail

def self.new(coupler : Coupler, which : Symbol, reverse : Bool = false) #

[View source]

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.


[View source]
def rewind #

[View source]