Not entirely show how to ask this question, but ha...
# rx
n
Not entirely show how to ask this question, but had trouble searching for it on StackOverflow so thought I'd try here. What is the best way to always perform a step for certain types of Observables. For example, let's say you had a series of Observables that were performing REST calls, and on their response you wanted to do some basic data validation. Is it better to subclass Observable, or to create a new Observable and just manually chain that after the REST observables?