Intro-To-RxJava
Intro-To-RxJava copied to clipboard
Fix doOnEach example in Part 3, Section 1
doOnEach seems to lose type info so following lambda in map needs to be explicitly typed.