Package-level declarations

Functions

Link copied to clipboard
fun <T> <Error class: unknown class><T>.continueOnError(): <Error class: unknown class><T>

Observable.continueOnError is used to return an Observable, through which we can subscribe non unsubscribing rx.Observers to the source Observable. Namely, it makes the rx.Observers resilient to exceptions coming out of rx.Observer.onNext.