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