RxnBoolExt extension
Properties
- isFalse → bool?
-
Available on Rx<
bool?> , provided by the RxnBoolExt extensionno setter - isTrue → bool?
-
Available on Rx<
bool?> , provided by the RxnBoolExt extensionno setter
Methods
-
toggle(
) → void -
Available on Rx<
Toggles the bool value between false and true. A shortcut forbool?> , provided by the RxnBoolExt extensionflag.value = !flag.value;
Operators
-
operator &(
bool other) → bool? -
Available on Rx<
bool?> , provided by the RxnBoolExt 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 RxnBoolExt extension