interval to begin from
RI that supplies the appropriate time intervals
the number of repeated intervals to take
interval to begin from
the number of repeated intervals to take
RI that supplies the appropriate time intervals
(Changed in version 2.9.0) The behavior of scanRight
has changed. The previous behavior can be reproduced with scanRight.reverse.
(Changed in version 2.9.0) transpose
throws an IllegalArgumentException
if collections are not uniformly sized.
Finds the n earliest repeated intervals that appear after the given interval. Formally: Next([t1,t2): Interval, R: RepeatingInterval, n: Number) = n earliest of {[t.start,t.end) ∈ R: t2 ≤ t.start}
interval to begin from
RI that supplies the appropriate time intervals
the number of repeated intervals to take