One important aspect of RxJava that we haven't explored much is the filtering of values with .filter(). It is used to skip certain values that do not match a specified condition (filter).
In this section, we will use .filter() to optimize certain parts of the application and later, we will add notifications that will inform a user when a certain stock has dropped.