Class ActionDisposable
java.lang.Object
java.util.concurrent.atomic.AtomicReference<Action>
io.reactivex.rxjava3.disposables.ReferenceDisposable<Action>
io.reactivex.rxjava3.disposables.ActionDisposable
- All Implemented Interfaces:
Disposable, Serializable
A Disposable container that manages an
Action instance.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ReferenceDisposable
dispose, isDisposedMethods inherited from class AtomicReference
accumulateAndGet, compareAndExchange, compareAndExchangeAcquire, compareAndExchangeRelease, compareAndSet, get, getAcquire, getAndAccumulate, getAndSet, getAndUpdate, getOpaque, getPlain, lazySet, set, setOpaque, setPlain, setRelease, updateAndGet, weakCompareAndSet, weakCompareAndSetAcquire, weakCompareAndSetPlain, weakCompareAndSetRelease, weakCompareAndSetVolatile
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
ActionDisposable
ActionDisposable(Action value)
-
-
Method Details
-
onDisposed
- Specified by:
onDisposedin classReferenceDisposable<Action>
-
toString
- Overrides:
toStringin classAtomicReference<Action>
-