Package io.reactivex.rxjava3.internal.disposables
-
Class Summary Class Description ArrayCompositeDisposable A composite disposable with a fixed number of slots.CancellableDisposable A disposable container that wraps a Cancellable instance.ListCompositeDisposable A disposable container that can hold onto multiple other disposables.SequentialDisposable A Disposable container that allows updating/replacing a Disposable atomically and with respect of disposing the container itself. -
Enum Summary Enum Description DisposableHelper Utility methods for working with Disposables atomically.EmptyDisposable Represents a stateless empty Disposable that reports being always empty and disposed.