disposeWith method
shortcut to add ICompositeDisposable to ICompositeDisposable
Implementation
void disposeWith(ICompositeDisposable compositeDisposable) {
compositeDisposable.addDisposable(
this,
);
}
shortcut to add ICompositeDisposable to ICompositeDisposable
void disposeWith(ICompositeDisposable compositeDisposable) {
compositeDisposable.addDisposable(
this,
);
}