CompositeDisposable
Author
skydoves (Jaewoong Eum)
A disposable container that can hold onto multiple other disposables.
Constructors
Properties
Functions
Link copied to clipboard
adds a new Disposable to this CompositeDisposable if not yet disposed.
Link copied to clipboard
disposes all disposables that are currently part of this CompositeDisposable.
Link copied to clipboard
removes a Disposable from this CompositeDisposable and dispose the target.