Returns a cell which holds the sum of this and other.
this
other
ValueCell<Duration> operator +(ValueCell<Duration> other) => (this, other).apply((a, b) => a + b);