There is one data source that emits values 0 or 1.
If 0 I want to pipe it throught switchMap operator.
If 1 I want to pipe it throught exhaustMap operator.