>onErrorReturn(), which replaces onError with a...
# rx
u
onErrorReturn(), which replaces onError with a single onNext(value) (followed by onCompleted(), which logically follows the final emission).
onErrorResumeNext(), which replaces the current stream with an entirely new Observable.