another single object • flatMap() - Object in stream to one or more objects • buffer(), debounce() - Congestion control • filter() - drop objects in stream according to predicate • take(), skip(), single(), first() - get only certain number of objects • https://github.com/ReactiveX/RxJava/wiki/Alphabetical-List-of-Observable-Operators
A LOT of anonymous classes • It’s generally not easy on GC • It’s very easy to leak references in the anon. classes • Use RxAndroid bind() calls to help you • It’s a rather large dependency Jernej Virag @jernejv