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 void
dispose()
Dispose the resource, the operation should be idempotent.boolean
isDisposed()
Returns true if this resource has been disposed.
-
-
-
Method Detail
-
dispose
public void dispose()
Description copied from interface:Disposable
Dispose the resource, the operation should be idempotent.- Specified by:
dispose
in interfaceDisposable
-
isDisposed
public boolean isDisposed()
Description copied from interface:Disposable
Returns true if this resource has been disposed.- Specified by:
isDisposed
in interfaceDisposable
- Returns:
- true if this resource has been disposed
-
-