Interval

constructor(start: Expression, end: Expression, type: Interval.IntervalType)

Parameters

start

An Expression representing the starting point of the interval.

end

An Expression representing the end point of the interval.

type

The interval type, i.e. Open, Closed, RightOpen, and LeftOpen.