Hi there, I was wondering if anyone could offer so...
# rx
n
Hi there, I was wondering if anyone could offer some advice as to which operators would be best for performing the following operation: I have an observable that is emitting the state of a BluetoothAdapter, if the state is ready, I want to complete everything, if the state it anything else, I want to begin a different Completable that will either complete (and thus should change the state of the original Observable, or emit an error (e.g., the user decided not to turn bluetooth on. I’m a bit new to Rx, but I can’t seem to figure out the best way to perform this.