ReactiveX Operations

ReactiveX Operations

Table of Contents

  • Resources
  • ReactiveX Operations
  • Sample Source code

2 ReactiveX Operations

To understand ReactiveX, We must consider everything as a stream, after that, the operations of ReactiveX stream was so complicated, that we can trade them as a new language, which operates the stream.

The ReactiveX's Official document classify its operations as following categories:
  • Creating Observables
  • Transforming Observables
  • Filtering Observables
  • Combining Observables
  • Error Handling Operations
  • Observable Utility Operators
  • Conditional and Boolean Operators
  • Mathematical and Aggregate Operators
  • BackPressure Operators
  • Connectable Observable Operators
  • Operators to Convert Observables
Beside above categories, ReactiveX also provides the strategy to practice those operations, a decision Tree of Observable Operators.

3 Sample Source code

A snapshot of source code is worth a bunch of theory. So I write some boilerplate code to illustrate How above operations to running in code.

https://github.com/suzp1984/ReactiveX-demos

At the time of those writing, I just wrote the RxJava implementation, and I will add more codes for another Language implementation.

Comments

Popular posts from this blog

Bluedroid stack in android

How to setup a NAT server?

Network programming in elisp