February 2018
Intermediate to advanced
552 pages
13h 46m
English
This section is a continuation of the Marble diagrams section of Chapter 1, Getting Started with Reactive and Functional Programming. Refer to that section to understand what a Marble diagram is and its rules and benefits.
In this section, we will discuss the following things:
The following diagram shows what our RxScala application's input Observable looks like:

An input Observable (that is, a data stream) is represented, as shown in the following diagram; when the Observable ( the input data stream) ...