open operator fun compareTo(other: TimePoint<*>): Int
Time points can be compared to other time points based on timeline order, but aren't required to implement the Comparable interface since they don't necessarily have a natural order that's consistent with equals.