RxNumExt extension

on

Methods

decrement([num by = 1]) → void

Available on Rx<num>, provided by the RxNumExt extension

increment([num by = 1]) → void

Available on Rx<num>, provided by the RxNumExt extension

Operators

operator %(num other) num

Available on Rx<num>, provided by the RxNumExt extension

operator *(num other) num

Available on Rx<num>, provided by the RxNumExt extension

operator +(num other) num

Available on Rx<num>, provided by the RxNumExt extension

operator -(num other) num

Available on Rx<num>, provided by the RxNumExt extension

operator /(num other) num

Available on Rx<num>, provided by the RxNumExt extension