June 2018
Intermediate to advanced
280 pages
7h 46m
English
Creating a new Observable for each observer once the observer connects can be done by calling the defer method. The following code shows the usage of defer for the case when we supply a number:

The console print-line method outputs 123, which is the Observable-wrapped integer.
Read now
Unlock full access