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