Rxx<T> class

Inheritance
Mixed-in types
Available extensions

Constructors

Rxx(T initial)

Properties

bitLength int?

Available on Rx<int?>, provided by the RxnIntExt extension

Returns the minimum number of bits required to store this integer.
no setter
bitLength int

Available on Rx<int>, provided by the RxIntExt extension

Returns the minimum number of bits required to store this integer.
no setter
canUpdate bool
no setterinherited
codeUnits List<int>

Available on Rx<String>, provided by the RxStringExt extension

Returns an unmodifiable list of the UTF-16 code units of this string.
no setter
codeUnits List<int>?

Available on Rx<String?>, provided by the RxnStringExt extension

Returns an unmodifiable list of the UTF-16 code units of this string.
no setter
firstRebuild bool
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
isEmpty bool

Available on Rx<String>, provided by the RxStringExt extension

Returns true if this string is empty.
no setter
isEmpty bool?

Available on Rx<String?>, provided by the RxnStringExt extension

Returns true if this string is empty.
no setter
isEven bool?

Available on Rx<int?>, provided by the RxnIntExt extension

Returns true if and only if this integer is even.
no setter
isEven bool

Available on Rx<int>, provided by the RxIntExt extension

Returns true if and only if this integer is even.
no setter
isFalse bool

Available on Rx<bool>, provided by the RxBoolExt extension

no setter
isFalse bool?

Available on Rx<bool?>, provided by the RxnBoolExt extension

no setter
isFinite bool

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

True if the number is finite; otherwise, false.
no setter
isFinite bool?

Available on Rx<T?>, provided by the RxnNumExt extension

True if the number is finite; otherwise, false.
no setter
isInfinite bool

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

True if the number is positive infinity or negative infinity; otherwise, false.
no setter
isInfinite bool?

Available on Rx<T?>, provided by the RxnNumExt extension

True if the number is positive infinity or negative infinity; otherwise, false.
no setter
isNaN bool

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

True if the number is the double Not-a-Number value; otherwise, false.
no setter
isNaN bool?

Available on Rx<T?>, provided by the RxnNumExt extension

True if the number is the double Not-a-Number value; otherwise, false.
no setter
isNegative bool?

Available on Rx<T?>, provided by the RxnNumExt extension

True if the number is negative; otherwise, false.
no setter
isNegative bool

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

True if the number is negative; otherwise, false.
no setter
isNotEmpty bool?

Available on Rx<String?>, provided by the RxnStringExt extension

Returns true if this string is not empty.
no setter
isNotEmpty bool

Available on Rx<String>, provided by the RxStringExt extension

Returns true if this string is not empty.
no setter
isOdd bool?

Available on Rx<int?>, provided by the RxnIntExt extension

Returns true if and only if this integer is odd.
no setter
isOdd bool

Available on Rx<int>, provided by the RxIntExt extension

Returns true if and only if this integer is odd.
no setter
isTrue bool?

Available on Rx<bool?>, provided by the RxnBoolExt extension

no setter
isTrue bool

Available on Rx<bool>, provided by the RxBoolExt extension

no setter
runes Runes

Available on Rx<String>, provided by the RxStringExt extension

Returns an Iterable of Unicode code-points of this string.
no setter
runes Runes?

Available on Rx<String?>, provided by the RxnStringExt extension

Returns an Iterable of Unicode code-points of this string.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sentToStream bool
getter/setter pairinherited
sign int?

Available on Rx<int?>, provided by the RxnIntExt extension

Returns the sign of this integer.
no setter
sign int

Available on Rx<int>, provided by the RxIntExt extension

Returns the sign of this integer.
no setter
sign double

Available on Rx<double>, provided by the RxDoubleExt extension

Returns the sign of the double's numerical value.
no setter
sign num?

Available on Rx<T?>, provided by the RxnNumExt extension

Returns minus one, zero or plus one depending on the sign and numerical value of the number.
no setter
sign num

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

Returns minus one, zero or plus one depending on the sign and numerical value of the number.
no setter
sign double?

Available on Rx<double?>, provided by the RxnDoubleExt extension

Returns the sign of the double's numerical value.
no setter
state Rx<RxStatus>
getter/setter pairinherited
stream Stream<T>
no setterinherited
string String
Same as toString() but using a getter.
no setterinherited
subject GetStream<T>
getter/setter pairinherited
value ↔ T
Returns the current value
getter/setter pairinherited

Methods

abs() num?

Available on Rx<T?>, provided by the RxnNumExt extension

Returns the absolute value of this num.
abs() double

Available on Rx<double>, provided by the RxDoubleExt extension

Returns the absolute value of this double.
abs() num

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

Returns the absolute value of this num.
abs() int

Available on Rx<int>, provided by the RxIntExt extension

Returns the absolute value of this integer.
abs() double?

Available on Rx<double?>, provided by the RxnDoubleExt extension

Returns the absolute value of this double.
abs() int?

Available on Rx<int?>, provided by the RxnIntExt extension

Returns the absolute value of this integer.
addError(Object error, [StackTrace? stackTrace]) → void
inherited
addListener(GetStream<T> rxGetx) → void
This is an internal method. Subscribe to changes on the inner stream.
inherited
allMatches(String string, [int start = 0]) Iterable<Match>

Available on Rx<String>, provided by the RxStringExt extension

allMatches(String string, [int start = 0]) Iterable<Match>?

Available on Rx<String?>, provided by the RxnStringExt extension

bindStream(Stream<T> stream) → void
Binds an existing Stream<T> to this Rx
inherited
call([T? v]) → T
updates the value to null and adds it to the Stream. Even with null-safety coming, is still an important feature to support, as call() doesn't accept null values. For instance, InputDecoration.errorText has to be null to not show the "error state".
inherited
ceil() int?

Available on Rx<int?>, provided by the RxnIntExt extension

Returns this.
ceil() int

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

Returns the least integer no smaller than this.
ceil() int?

Available on Rx<T?>, provided by the RxnNumExt extension

Returns the least integer no smaller than this.
ceil() int

Available on Rx<double>, provided by the RxDoubleExt extension

Returns the least integer no smaller than this.
ceil() int?

Available on Rx<double?>, provided by the RxnDoubleExt extension

Returns the least integer no smaller than this.
ceil() int

Available on Rx<int>, provided by the RxIntExt extension

Returns this.
ceilToDouble() double

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

Returns the least double integer value no smaller than this.
ceilToDouble() double

Available on Rx<double>, provided by the RxDoubleExt extension

Returns the least integer double value no smaller than this.
ceilToDouble() double?

Available on Rx<T?>, provided by the RxnNumExt extension

Returns the least double integer value no smaller than this.
ceilToDouble() double?

Available on Rx<double?>, provided by the RxnDoubleExt extension

Returns the least integer double value no smaller than this.
ceilToDouble() double?

Available on Rx<int?>, provided by the RxnIntExt extension

Returns this.toDouble().
ceilToDouble() double

Available on Rx<int>, provided by the RxIntExt extension

Returns this.toDouble().
clamp(num lowerLimit, num upperLimit) num

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

Returns this num clamped to be in the range lowerLimit-upperLimit.
clamp(num lowerLimit, num upperLimit) num?

Available on Rx<T?>, provided by the RxnNumExt extension

Returns this num clamped to be in the range lowerLimit-upperLimit.
close() → void
Closes the subscriptions for this Rx, releasing the resources.
inherited
compareTo(String other) int

Available on Rx<String>, provided by the RxStringExt extension

compareTo(String other) int?

Available on Rx<String?>, provided by the RxnStringExt extension

contains(Pattern other, [int startIndex = 0]) bool?

Available on Rx<String?>, provided by the RxnStringExt extension

Returns true if this string contains a match of other:
contains(Pattern other, [int startIndex = 0]) bool

Available on Rx<String>, provided by the RxStringExt extension

Returns true if this string contains a match of other:
endsWith(String other) bool

Available on Rx<String>, provided by the RxStringExt extension

Returns true if this string ends with other. For example:
endsWith(String other) bool?

Available on Rx<String?>, provided by the RxnStringExt extension

Returns true if this string ends with other. For example:
floor() int?

Available on Rx<double?>, provided by the RxnDoubleExt extension

Returns the greatest integer no greater than this.
floor() int

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

Returns the greatest integer no greater than this.
floor() int?

Available on Rx<int?>, provided by the RxnIntExt extension

Returns this.
floor() int?

Available on Rx<T?>, provided by the RxnNumExt extension

Returns the greatest integer no greater than this.
floor() int

Available on Rx<double>, provided by the RxDoubleExt extension

Returns the greatest integer no greater than this.
floor() int

Available on Rx<int>, provided by the RxIntExt extension

Returns this.
floorToDouble() double

Available on Rx<int>, provided by the RxIntExt extension

Returns this.toDouble().
floorToDouble() double?

Available on Rx<double?>, provided by the RxnDoubleExt extension

Returns the greatest integer double value no greater than this.
floorToDouble() double

Available on Rx<double>, provided by the RxDoubleExt extension

Returns the greatest integer double value no greater than this.
floorToDouble() double?

Available on Rx<int?>, provided by the RxnIntExt extension

Returns this.toDouble().
floorToDouble() double

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

Returns the greatest double integer value no greater than this.
floorToDouble() double?

Available on Rx<T?>, provided by the RxnNumExt extension

Returns the greatest double integer value no greater than this.
gcd(int other) int

Available on Rx<int>, provided by the RxIntExt extension

Returns the greatest common divisor of this integer and other.
gcd(int other) int?

Available on Rx<int?>, provided by the RxnIntExt extension

Returns the greatest common divisor of this integer and other.
indexOf(Pattern pattern, [int start = 0]) int?

Available on Rx<String?>, provided by the RxnStringExt extension

Returns the position of the first match of pattern in this string
indexOf(Pattern pattern, [int start = 0]) int

Available on Rx<String>, provided by the RxStringExt extension

Returns the position of the first match of pattern in this string
lastIndexOf(Pattern pattern, [int? start]) int

Available on Rx<String>, provided by the RxStringExt extension

Returns the starting position of the last match pattern in this string, searching backward starting at start, inclusive:
lastIndexOf(Pattern pattern, [int? start]) int?

Available on Rx<String?>, provided by the RxnStringExt extension

Returns the starting position of the last match pattern in this string, searching backward starting at start, inclusive:
listen(void onData(T), {Function? onError, void onDone()?, bool? cancelOnError}) StreamSubscription<T>
inherited
listenAndPump(void onData(T event), {Function? onError, void onDone()?, bool? cancelOnError}) StreamSubscription<T>
Returns a StreamSubscription similar to listen, but with the added benefit that it primes the stream with the current value, rather than waiting for the next value. This should not be called in onInit or anywhere else during the build process.
inherited
map<R>(R mapper(T? data)) Stream<R>
inherited
matchAsPrefix(String string, [int start = 0]) Match?

Available on Rx<String>, provided by the RxStringExt extension

matchAsPrefix(String string, [int start = 0]) Match?

Available on Rx<String?>, provided by the RxnStringExt extension

modInverse(int modulus) int

Available on Rx<int>, provided by the RxIntExt extension

Returns the modular multiplicative inverse of this integer modulo modulus.
modInverse(int modulus) int?

Available on Rx<int?>, provided by the RxnIntExt extension

Returns the modular multiplicative inverse of this integer modulo modulus.
modPow(int exponent, int modulus) int?

Available on Rx<int?>, provided by the RxnIntExt extension

Returns this integer to the power of exponent modulo modulus.
modPow(int exponent, int modulus) int

Available on Rx<int>, provided by the RxIntExt extension

Returns this integer to the power of exponent modulo modulus.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
padLeft(int width, [String padding = ' ']) String

Available on Rx<String>, provided by the RxStringExt extension

Pads this string on the left if it is shorter than width.
padLeft(int width, [String padding = ' ']) String?

Available on Rx<String?>, provided by the RxnStringExt extension

Pads this string on the left if it is shorter than width.
padRight(int width, [String padding = ' ']) String

Available on Rx<String>, provided by the RxStringExt extension

Pads this string on the right if it is shorter than width. Return a new string that appends padding after this string one time for each position the length is less than width.
padRight(int width, [String padding = ' ']) String?

Available on Rx<String?>, provided by the RxnStringExt extension

Pads this string on the right if it is shorter than width. Return a new string that appends padding after this string one time for each position the length is less than width.
refresh() → void
Makes a direct update of value adding it to the Stream useful when you make use of Rx for custom Types to referesh your UI.
inherited
remainder(num other) num?

Available on Rx<T?>, provided by the RxnNumExt extension

Returns the remainder of the truncating division of this by other.
remainder(num other) num

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

Returns the remainder of the truncating division of this by other.
replaceAll(Pattern from, String replace) String

Available on Rx<String>, provided by the RxStringExt extension

Replaces all substrings that match from with replace.
replaceAll(Pattern from, String replace) String?

Available on Rx<String?>, provided by the RxnStringExt extension

Replaces all substrings that match from with replace.
round() int?

Available on Rx<double?>, provided by the RxnDoubleExt extension

Returns the integer closest to this.
round() int?

Available on Rx<T?>, provided by the RxnNumExt extension

Returns the integer closest to this.
round() int

Available on Rx<int>, provided by the RxIntExt extension

Returns this.
round() int

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

Returns the integer closest to this.
round() int?

Available on Rx<int?>, provided by the RxnIntExt extension

Returns this.
round() int

Available on Rx<double>, provided by the RxDoubleExt extension

Returns the integer closest to this.
roundToDouble() double?

Available on Rx<double?>, provided by the RxnDoubleExt extension

Returns the integer double value closest to this.
roundToDouble() double

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

Returns the double integer value closest to this.
roundToDouble() double?

Available on Rx<T?>, provided by the RxnNumExt extension

Returns the double integer value closest to this.
roundToDouble() double

Available on Rx<double>, provided by the RxDoubleExt extension

Returns the integer double value closest to this.
roundToDouble() double

Available on Rx<int>, provided by the RxIntExt extension

Returns this.toDouble().
roundToDouble() double?

Available on Rx<int?>, provided by the RxnIntExt extension

Returns this.toDouble().
setEmpty() → void
override
setError({String? message}) → void
override
setLoading() → void
override
setLoadingMore() → void
inherited
setSuccess() → void
override
split(Pattern pattern) List<String>

Available on Rx<String>, provided by the RxStringExt extension

Splits the string at matches of pattern and returns a list of substrings.
split(Pattern pattern) List<String>?

Available on Rx<String?>, provided by the RxnStringExt extension

Splits the string at matches of pattern and returns a list of substrings.
startsWith(Pattern pattern, [int index = 0]) bool?

Available on Rx<String?>, provided by the RxnStringExt extension

Returns true if this string starts with a match of pattern.
startsWith(Pattern pattern, [int index = 0]) bool

Available on Rx<String>, provided by the RxStringExt extension

Returns true if this string starts with a match of pattern.
substring(int startIndex, [int? endIndex]) String?

Available on Rx<String?>, provided by the RxnStringExt extension

Returns the substring of this string that extends from startIndex, inclusive, to endIndex, exclusive
substring(int startIndex, [int? endIndex]) String

Available on Rx<String>, provided by the RxStringExt extension

Returns the substring of this string that extends from startIndex, inclusive, to endIndex, exclusive
toDouble() double?

Available on Rx<T?>, provided by the RxnNumExt extension

Return this num as a double.
toDouble() double

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

Return this num as a double.
toggle() Rx<bool>

Available on Rx<bool>, provided by the RxBoolExt extension

Toggles the bool value between false and true. A shortcut for flag.value = !flag.value; FIXME: why return this? fluent interface is not not really a dart thing since we have '..' operator
toggle() Rx<bool?>?

Available on Rx<bool?>, provided by the RxnBoolExt extension

Toggles the bool value between false and true. A shortcut for flag.value = !flag.value; FIXME: why return this? fluent interface is not not really a dart thing since we have '..' operator
toInt() int?

Available on Rx<T?>, provided by the RxnNumExt extension

Truncates this num to an integer and returns the result as an int. */
toInt() int

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

Truncates this num to an integer and returns the result as an int. */
toJson() → dynamic
Returns the json representation of value.
inherited
toLowerCase() String

Available on Rx<String>, provided by the RxStringExt extension

Converts all characters in this string to lower case. If the string is already in all lower case, this method returns this.
toLowerCase() String?

Available on Rx<String?>, provided by the RxnStringExt extension

Converts all characters in this string to lower case. If the string is already in all lower case, this method returns this.
toSigned(int width) int?

Available on Rx<int?>, provided by the RxnIntExt extension

Returns the least significant width bits of this integer, extending the highest retained bit to the sign. This is the same as truncating the value to fit in width bits using an signed 2-s complement representation. The returned value has the same bit value in all positions higher than width.
toSigned(int width) int

Available on Rx<int>, provided by the RxIntExt extension

Returns the least significant width bits of this integer, extending the highest retained bit to the sign. This is the same as truncating the value to fit in width bits using an signed 2-s complement representation. The returned value has the same bit value in all positions higher than width.
toString() String
A string representation of this object.
inherited
toStringAsExponential([int? fractionDigits]) String?

Available on Rx<T?>, provided by the RxnNumExt extension

Returns an exponential string-representation of this.
toStringAsExponential([int? fractionDigits]) String

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

Returns an exponential string-representation of this.
toStringAsFixed(int fractionDigits) String?

Available on Rx<T?>, provided by the RxnNumExt extension

Returns a decimal-point string-representation of this.
toStringAsFixed(int fractionDigits) String

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

Returns a decimal-point string-representation of this.
toStringAsPrecision(int precision) String?

Available on Rx<T?>, provided by the RxnNumExt extension

Converts this to a double and returns a string representation with exactly precision significant digits.
toStringAsPrecision(int precision) String

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

Converts this to a double and returns a string representation with exactly precision significant digits.
toUnsigned(int width) int

Available on Rx<int>, provided by the RxIntExt extension

Returns the least significant width bits of this integer as a non-negative number (i.e. unsigned representation). The returned value has zeros in all bit positions higher than width.
toUnsigned(int width) int?

Available on Rx<int?>, provided by the RxnIntExt extension

Returns the least significant width bits of this integer as a non-negative number (i.e. unsigned representation). The returned value has zeros in all bit positions higher than width.
toUpperCase() String?

Available on Rx<String?>, provided by the RxnStringExt extension

Converts all characters in this string to upper case. If the string is already in all upper case, this method returns this.
toUpperCase() String

Available on Rx<String>, provided by the RxStringExt extension

Converts all characters in this string to upper case. If the string is already in all upper case, this method returns this.
trigger(T v) → void
Following certain practices on Rx data, we might want to react to certain listeners when a value has been provided, even if the value is the same. At the moment, we ignore part of the process if we .call(value) with the same value since it holds the value and there's no real need triggering the entire process for the same value inside, but there are other situations where we might be interested in triggering this.
inherited
trim() String?

Available on Rx<String?>, provided by the RxnStringExt extension

Returns the string without any leading and trailing whitespace.
trim() String

Available on Rx<String>, provided by the RxStringExt extension

Returns the string without any leading and trailing whitespace.
trimLeft() String

Available on Rx<String>, provided by the RxStringExt extension

Returns the string without any leading whitespace.
trimLeft() String?

Available on Rx<String?>, provided by the RxnStringExt extension

Returns the string without any leading whitespace.
trimRight() String

Available on Rx<String>, provided by the RxStringExt extension

Returns the string without any trailing whitespace.
trimRight() String?

Available on Rx<String?>, provided by the RxnStringExt extension

Returns the string without any trailing whitespace.
truncate() int

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

Returns the integer obtained by discarding any fractional digits from this.
truncate() int?

Available on Rx<T?>, provided by the RxnNumExt extension

Returns the integer obtained by discarding any fractional digits from this.
truncate() int?

Available on Rx<double?>, provided by the RxnDoubleExt extension

Returns the integer obtained by discarding any fractional digits from this.
truncate() int

Available on Rx<int>, provided by the RxIntExt extension

Returns this.
truncate() int

Available on Rx<double>, provided by the RxDoubleExt extension

Returns the integer obtained by discarding any fractional digits from this.
truncate() int?

Available on Rx<int?>, provided by the RxnIntExt extension

Returns this.
truncateToDouble() double?

Available on Rx<double?>, provided by the RxnDoubleExt extension

Returns the integer double value obtained by discarding any fractional digits from this.
truncateToDouble() double

Available on Rx<int>, provided by the RxIntExt extension

Returns this.toDouble().
truncateToDouble() double?

Available on Rx<int?>, provided by the RxnIntExt extension

Returns this.toDouble().
truncateToDouble() double

Available on Rx<double>, provided by the RxDoubleExt extension

Returns the integer double value obtained by discarding any fractional digits from this.
truncateToDouble() double

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

Returns the double integer value obtained by discarding any fractional digits from the double value of this.
truncateToDouble() double?

Available on Rx<T?>, provided by the RxnNumExt extension

Returns the double integer value obtained by discarding any fractional digits from the double value of this.
update(void fn(T? val)) → void
Uses a callback to update value internally, similar to refresh, but provides the current value as the argument. Makes sense for custom Rx types (like Models).
inherited

Operators

operator %(num other) num

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

Euclidean modulo operator.
operator %(num other) double

Available on Rx<double>, provided by the RxDoubleExt extension

operator %(num other) num?

Available on Rx<T?>, provided by the RxnNumExt extension

Euclidean modulo operator.
operator %(num other) double?

Available on Rx<double?>, provided by the RxnDoubleExt extension

operator &(bool other) bool?

Available on Rx<bool?>, provided by the RxnBoolExt extension

operator &(bool other) bool

Available on Rx<bool>, provided by the RxBoolExt extension

operator &(int other) int

Available on Rx<int>, provided by the RxIntExt extension

Bit-wise and operator.
operator &(int other) int?

Available on Rx<int?>, provided by the RxnIntExt extension

Bit-wise and operator.
operator *(num other) double

Available on Rx<double>, provided by the RxDoubleExt extension

Multiplication operator.
operator *(num other) double?

Available on Rx<double?>, provided by the RxnDoubleExt extension

Multiplication operator.
operator *(num other) num

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

Multiplication operator.
operator *(num other) num?

Available on Rx<T?>, provided by the RxnNumExt extension

Multiplication operator.
operator +(String val) String

Available on Rx<String>, provided by the RxStringExt extension

operator +(num other) Rx<double?>?

Available on Rx<double?>, provided by the RxnDoubleExt extension

Addition operator.
operator +(num other) Rx<double>

Available on Rx<double>, provided by the RxDoubleExt extension

Addition operator.
operator +(String val) String

Available on Rx<String?>, provided by the RxnStringExt extension

operator -(num other) Rx<double>

Available on Rx<double>, provided by the RxDoubleExt extension

Subtraction operator.
operator -(num other) Rx<double?>?

Available on Rx<double?>, provided by the RxnDoubleExt extension

Subtraction operator.
operator /(num other) double?

Available on Rx<T?>, provided by the RxnNumExt extension

Division operator.
operator /(num other) double

Available on Rx<double>, provided by the RxDoubleExt extension

Division operator.
operator /(num other) double?

Available on Rx<double?>, provided by the RxnDoubleExt extension

Division operator.
operator /(num other) double

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

Division operator.
operator <(num other) bool

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

Relational less than operator.
operator <(num other) bool?

Available on Rx<T?>, provided by the RxnNumExt extension

Relational less than operator.
operator <<(int shiftAmount) int

Available on Rx<int>, provided by the RxIntExt extension

Shift the bits of this integer to the left by shiftAmount.
operator <<(int shiftAmount) int?

Available on Rx<int?>, provided by the RxnIntExt extension

Shift the bits of this integer to the left by shiftAmount.
operator <=(num other) bool

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

Relational less than or equal operator.
operator <=(num other) bool?

Available on Rx<T?>, provided by the RxnNumExt extension

Relational less than or equal operator.
operator ==(Object o) bool
This equality override works for _RxImpl instances and the internal values.
inherited
operator >(num other) bool?

Available on Rx<T?>, provided by the RxnNumExt extension

Relational greater than operator.
operator >(num other) bool

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

Relational greater than operator.
operator >=(num other) bool?

Available on Rx<T?>, provided by the RxnNumExt extension

Relational greater than or equal operator.
operator >=(num other) bool

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

Relational greater than or equal operator.
operator >>(int shiftAmount) int?

Available on Rx<int?>, provided by the RxnIntExt extension

Shift the bits of this integer to the right by shiftAmount.
operator >>(int shiftAmount) int

Available on Rx<int>, provided by the RxIntExt extension

Shift the bits of this integer to the right by shiftAmount.
operator ^(bool other) bool?

Available on Rx<bool?>, provided by the RxnBoolExt extension

operator ^(int other) int

Available on Rx<int>, provided by the RxIntExt extension

Bit-wise exclusive-or operator.
operator ^(int other) int?

Available on Rx<int?>, provided by the RxnIntExt extension

Bit-wise exclusive-or operator.
operator ^(bool other) bool

Available on Rx<bool>, provided by the RxBoolExt extension

operator unary-() num?

Available on Rx<T?>, provided by the RxnNumExt extension

Negate operator.
operator unary-() num

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

Negate operator.
operator unary-() int

Available on Rx<int>, provided by the RxIntExt extension

Return the negative value of this integer.
operator unary-() double

Available on Rx<double>, provided by the RxDoubleExt extension

Negate operator. */
operator unary-() int?

Available on Rx<int?>, provided by the RxnIntExt extension

Return the negative value of this integer.
operator unary-() double?

Available on Rx<double?>, provided by the RxnDoubleExt extension

Negate operator. */
operator |(int other) int?

Available on Rx<int?>, provided by the RxnIntExt extension

Bit-wise or operator.
operator |(bool other) bool?

Available on Rx<bool?>, provided by the RxnBoolExt extension

operator |(int other) int

Available on Rx<int>, provided by the RxIntExt extension

Bit-wise or operator.
operator |(bool other) bool

Available on Rx<bool>, provided by the RxBoolExt extension

operator ~() int?

Available on Rx<int?>, provided by the RxnIntExt extension

The bit-wise negate operator.
operator ~() int

Available on Rx<int>, provided by the RxIntExt extension

The bit-wise negate operator.
operator ~/(num other) int

Available on Rx<double>, provided by the RxDoubleExt extension

Truncating division operator.
operator ~/(num other) int

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

Truncating division operator.
operator ~/(num other) int?

Available on Rx<double?>, provided by the RxnDoubleExt extension

Truncating division operator.
operator ~/(num other) int?

Available on Rx<T?>, provided by the RxnNumExt extension

Truncating division operator.