Returns a cell of which the value is true if this is less than other
this
other
ValueCell<bool> operator <(ValueCell<Duration> other) => (this, other).apply((a, b) => a < b);