CompositeDisposable
Defines a Disposable implementation that can dispose of multiple other Disposable implementations in one go.
Properties
Functions
Link copied to clipboard
Adds the given disposable to be disposed of later.
Link copied to clipboard
Removes the given disposable if it present.