Class SchedulerWhen.SubscribedDisposable
java.lang.Object
io.reactivex.rxjava3.internal.schedulers.SchedulerWhen.SubscribedDisposable
- All Implemented Interfaces:
Disposable
- Enclosing class:
SchedulerWhen
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
dispose()
Dispose the resource, the operation should be idempotent.boolean
Returns true if this resource has been disposed.
-
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 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
-