June 2018
Intermediate to advanced
280 pages
7h 46m
English
The using operator has a counterpart in Java called try-with-resources. It basically does the same—enables creating a disposable resource that gets released at a given time (when the Observable gets released). RxJava 2.0 method using implements this behavior.
Read now
Unlock full access