RxJava is another popular library that implements the concept of reactive programming. It also provides types, such as Observable or Single, that emit values. All of these classes also provide static factories and operators.
In this section, we will cover the following:
- How to use the Flowable class
- How to use the Observable class
- How to use the Single class
- How to use the Maybe class
- How to use the Completable class