June 2018
Intermediate to advanced
348 pages
8h 45m
English
The following is a toolbox of useful utility Operators for working with Observables:. The observe_on and subscribe_on Operators help us to do declarative scheduling. We have already covered them in the previous chapter.
|
Observables |
Description |
|
finally |
Observable that emits the same items as the source Observable, then invokes the given action |
|
observe_on |
Specify the Scheduler on which an Observer will observe this Observable |
|
subscribe |
Operate upon the emissions and notifications from an Observable |
|
subscribe_on |
Specify the Scheduler an Observable should use when it is subscribed to |
|
scope |
Create a disposable resource that has the same lifespan as the Observable |
Read now
Unlock full access