Return a boolean whether the IntervalArray is non-overlapping and monotonic.
Non-overlapping means (no Intervals share points), and monotonic means either monotonic increasing or monotonic decreasing.
previous
pandas.IntervalIndex.is_empty
next
pandas.IntervalIndex.is_overlapping