Skip to Content
C++ Reactive Programming
book

C++ Reactive Programming

by Praseed Pai, Peter Abraham
June 2018
Intermediate to advanced
348 pages
8h 45m
English
Packt Publishing
Content preview from C++ Reactive Programming

Different genres of custom operators

The RxCpp library contains different genres of operators as part of the stock offering. The default collection of RxCpp operators is enough for most applications. The different genres of available operators are as follows:

  • Creation operators
  • Transformation operators
  • Filtering operators
  • Combining operators
  • Error-handling operators
  • Utility operators
  • Boolean operators
  • Mathematical operators

The classification of operators gives developers a nice framework for choosing the appropriate operator for the context. In this section, we will implement the following:

  • Custom creational operators
  • Custom transformation operators
  • Custom operations that involve Schedulers
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Functional Programming in C++

Functional Programming in C++

Ivan Cukic

Publisher Resources

ISBN: 9781788629775Supplemental Content