Package at.jku.ssw.fp.sect10_6
Class Demo5_OnErrorResumeNext
- java.lang.Object
-
- at.jku.ssw.fp.sect10_6.Demo5_OnErrorResumeNext
-
public class Demo5_OnErrorResumeNext extends Object
Demo showing error handling withObservable.onErrorResumeNext(io.reactivex.functions.Function<? super java.lang.Throwable, ? extends io.reactivex.ObservableSource<? extends T>>)
.- Author:
- Herbert Praehofer
-
-
Constructor Summary
Constructors Constructor Description Demo5_OnErrorResumeNext()
-
-
-
Method Detail
-
main
public static void main(String[] args) throws InterruptedException
- Throws:
InterruptedException
-
-