Class CompletableMergeArrayDelayError.TryTerminateAndReportDisposable
- java.lang.Object
-
- io.reactivex.rxjava3.internal.operators.completable.CompletableMergeArrayDelayError.TryTerminateAndReportDisposable
-
- All Implemented Interfaces:
Disposable
- Enclosing class:
- CompletableMergeArrayDelayError
static final class CompletableMergeArrayDelayError.TryTerminateAndReportDisposable extends java.lang.Object implements Disposable
-
-
Field Summary
Fields Modifier and Type Field Description (package private) AtomicThrowableerrors
-
Constructor Summary
Constructors Constructor Description TryTerminateAndReportDisposable(AtomicThrowable errors)
-
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.
-
-
-
Field Detail
-
errors
final AtomicThrowable errors
-
-
Constructor Detail
-
TryTerminateAndReportDisposable
TryTerminateAndReportDisposable(AtomicThrowable errors)
-
-
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
-
-