Christos Froussios
Christos Froussios
I've recently spent some time designing some minimal changes to this book, so that it is updated to newer versions of Rx. I understand that this has been a personal...
- move `skipLast` and `takeLast` to a later subchapter: too early for discussing windows - move `concatMap` to `concat` subchapter
Examples
### Operators covered - [x] `Observable all(Func1> notificationHandler)` - [x] `Observable repeatWhen(Func1> notificationHandler, Scheduler scheduler)` - [x] `ConnectableObservable replay()` - [x] ` Observable replay(Func1> notificationHandler)` - [x] `Observable retryWhen(Func1> notificationHandler,...
### Operators covered - [x] `Observable all(Func1> notificationHandler)` - [x] `Observable repeatWhen(Func1> notificationHandler, Scheduler scheduler)` - [x] `ConnectableObservable replay()` - [x] ` Observable replay(Func1> notificationHandler)` - [x] `Observable retryWhen(Func1> notificationHandler,...