- Learning RxJava
- Thomas Nield
- 47字
- 2021-07-02 22:22:58
Transforming operators
Next, we will cover various common operators that transform emissions. A series of operators in an Observable chain is a stream of transformations. You have already seen map(), which is the most obvious operator in this category. We will start with that one.