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