If I do `Single.getThing().doOnSuccess {}.onErrorR...
# rx
b
If I do
Single.getThing().doOnSuccess {}.onErrorReturn { thing }
will the onErrorReturn cause the doOnSuccess to fire?