Package at.jku.ssw.fp.sect10_5
Class Demo3_AsyncWithFlatMap
- java.lang.Object
-
- at.jku.ssw.fp.sect10_5.Demo3_AsyncWithFlatMap
-
public class Demo3_AsyncWithFlatMap extends Object
Demo program showing the how to useObservable.flatMap(io.reactivex.functions.Function<? super T, ? extends io.reactivex.ObservableSource<? extends R>>)
for asynchronous event processing.- Author:
- Herbert Praehofer
-
-
Constructor Summary
Constructors Constructor Description Demo3_AsyncWithFlatMap()
-
-
-
Method Detail
-
main
public static void main(String[] args) throws InterruptedException
- Throws:
InterruptedException
-
-