Intro-To-RxJava icon indicating copy to clipboard operation
Intro-To-RxJava copied to clipboard

Subject.asObservable() should be changed to Subject.hide()

Open yitz-grocerkey opened this issue 7 years ago • 0 comments

In Part 3 in the Encapsulating With asObservable section you use asObservable() which is no longer used.

See What's different in 2.0 specifically in the Instance methods section where it says that

asObservable renamed to hide(), hides all identities now

yitz-grocerkey avatar Feb 26 '18 10:02 yitz-grocerkey