February 2018
Intermediate to advanced
552 pages
13h 46m
English
This is an extension of the Observer trait, which adds the following two new features:
Once a Subscriber makes a call to an Observable.subscribe() method and the subscription is done, the Observable calls the Subscriber.onNext() method to provide notifications to that Subscriber. The asynchronous data stream processing may either finish it successfully or have some errors. If it's done successfully, Observable will make a call to ...
Read now
Unlock full access