class Quartz::Simulation::StepIterator

Included Modules

Defined in:

quartz/simulation.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(simulation : Simulation) #

[View source]

Instance Method Detail

def next #
Description copied from module Iterator(Quartz::Duration)

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


[View source]
def rewind #

[View source]