Standard.BaseDataIntervalnot_emptyOn this pageInterval.not_empty not_empty Group: Logical Documentation Check if this interval is not empty. Examples Check if the interval from 0 to 0.001 is not empty. import Standard.Base.Data.Interval example_not_empty = Interval.new 0 0.001 . not_empty