Addition operator.
RxnInt operator +(int other) { if (value != null) { value = value! + other; } return this; }