Package at.jku.ssw.fp.sect10_4
-
Class Summary Class Description Demo1_FlatMap Demo shows flatMap operations.Demo2_DistinctUntilChanged Demo showingObservable.distinctUntilChanged()
.Demo3_Scan Demo showingObservable.scan(io.reactivex.functions.BiFunction)
.Demo4_CollectOperations Demo showing various collect operations.Demo5_Buffer Demo showing the use ofObservable.buffer(int, int)
.Demo6_Timestamp Demo showing the use ofObservable.timestamp()
.Demo7_WithLatestFrom