-
Notifications
You must be signed in to change notification settings - Fork 61
Dmitriy Gorbunov edited this page Mar 29, 2024
·
5 revisions
- What Observables types do you know?
- What Schedulers types do you know?
- What Subjects types do you know?
- What is backpressure?
- What is the difference between cold and hot observables?
- Give an example of combining operators
- Give an example of conditional operators
- Give an example of creating operators
- Give an example of error handling operators
- Give an example of filtering operators
- Give an example of mathematical and aggregate operators
- Give an example of transforming operators
- Give an example of utility operators
- What is the difference between
repeatWhenandretryWhen? - What is the difference between concat and merge?
- What do you know about
subscribeOnoperator? - What do you know about o
bserveOnoperator? - What is the difference between
observeOnandsubscribeOn? - What is the difference between
flatMap,concatMapandswitchMap? - What's the difference between
mapandflatMap?