Class SchedulerWhen.SubscribedDisposable

java.lang.Object
io.reactivex.rxjava3.internal.schedulers.SchedulerWhen.SubscribedDisposable
All Implemented Interfaces:
Disposable
Enclosing class:
SchedulerWhen

static final class SchedulerWhen.SubscribedDisposable extends Object implements Disposable
  • Constructor Details

    • SubscribedDisposable

      SubscribedDisposable()
  • Method Details

    • dispose

      public void dispose()
      Description copied from interface: Disposable
      Dispose the resource, the operation should be idempotent.
      Specified by:
      dispose in interface Disposable
    • isDisposed

      public boolean isDisposed()
      Description copied from interface: Disposable
      Returns true if this resource has been disposed.
      Specified by:
      isDisposed in interface Disposable
      Returns:
      true if this resource has been disposed