get_rx package
documentation
get_rx
RxInt
operator - method
operator -
operator -
method
RxInt
operator -
(
int
other
)
Subtraction operator.
Implementation
RxInt operator -(int other) { value -= other; return this; }
get_rx package
documentation
get_rx
RxInt
operator - method
RxInt class
Constructors
RxInt
Properties
bitLength
canUpdate
firstRebuild
hashCode
isEven
isFinite
isInfinite
isNaN
isNegative
isOdd
runtimeType
sign
stream
string
subject
value
Methods
abs
addListener
bindStream
call
ceil
ceilToDouble
clamp
close
floor
floorToDouble
gcd
listen
map
modInverse
modPow
nil
noSuchMethod
refresh
remainder
round
roundToDouble
toDouble
toInt
toJson
toSigned
toString
toStringAsExponential
toStringAsFixed
toStringAsPrecision
toUnsigned
truncate
truncateToDouble
update
Operators
operator %
operator &
operator *
operator +
operator -
operator /
operator <
operator <<
operator <=
operator ==
operator >
operator >=
operator >>
operator ^
operator unary-
operator |
operator ~
operator ~/