Package io.reactivex.rxjava3.internal.disposables


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