https://kotlinlang.org logo
#rx
Title
a

alex.hart

06/22/2017, 7:34 PM
Disposable entities utilize an internal flag (exposed as
isDisposed
) and once this is set, their methods are normally ignored (check source code for
CompositeDisposable
as an example of this)
👍🏻 1