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 java.lang.Object implements Disposable
-
-
Constructor Summary
Constructors Constructor Description SubscribedDisposable()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddispose()Dispose the resource, the operation should be idempotent.booleanisDisposed()Returns true if this resource has been disposed.
-
-
-
Method Detail
-
dispose
public void dispose()
Description copied from interface:DisposableDispose the resource, the operation should be idempotent.- Specified by:
disposein interfaceDisposable
-
isDisposed
public boolean isDisposed()
Description copied from interface:DisposableReturns true if this resource has been disposed.- Specified by:
isDisposedin interfaceDisposable- Returns:
- true if this resource has been disposed
-
-