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 truebool?> , provided by the RxnBoolExt extension
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