You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In contrast to Observable 1.x and 2.x., this does not compile because both onErrorResumeNext(Function<Throwable, Publisher<T>> f) and onErrorResumeNext(Publisher<T> p) overloads fit, and has to be worked around with cast or introduction of method instead of lambda.