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
I don't remember ever needing, asked for or recommended this operator? The difference from onErrorResumeNext is that anything that's not extending Exception can pass through. I believe it was added to support some internal Netflix operation. It can be emulated via onErrorResumeNext:
JavaDocs
I don't remember ever needing, asked for or recommended this operator? The difference from
onErrorResumeNext
is that anything that's not extendingException
can pass through. I believe it was added to support some internal Netflix operation. It can be emulated viaonErrorResumeNext
:The text was updated successfully, but these errors were encountered: