effect-io-ai

Package: effect
Module: ScheduleIntervals

ScheduleIntervals.max

Returns the maximum of the two Intervals (i.e. which has the latest start).

Signature

declare const max: { (that: Intervals): (self: Intervals) => Intervals; (self: Intervals, that: Intervals): Intervals; }

Source

Since v2.0.0