June 2018
Intermediate to advanced
348 pages
8h 45m
English
One of the key benefits of built-in operators provided by the RxCpp library is the possibility to chain operators using fluent interfaces. This significantly improves code readability. The custom operators that we've created so far can be composed together, but cannot be chained together in the way the standard operator can be chained. In this section, we will implement operators that can be chained by using the following methods:
Read now
Unlock full access