Skip to content

IntervalIter

[Source]

Iterator over the fire instants of an IntervalRecurrence. Same state-machine and sticky-error model as the other iterators.

class ref IntervalIter

Constructors

create

[Source]

new ref create(
  r: IntervalRecurrence val,
  after_posix: (I64 val , I64 val))
: IntervalIter ref^

Parameters

Returns


Public Functions

next_fire

[Source]

fun ref next_fire()
: ((I64 val , I64 val) | NextFireError)

Returns