Package io.reactivex.rxjava3.processors
Class ReplayProcessor.Node<T>
java.lang.Object
java.util.concurrent.atomic.AtomicReference<ReplayProcessor.Node<T>>
io.reactivex.rxjava3.processors.ReplayProcessor.Node<T>
- All Implemented Interfaces:
Serializable
- Enclosing class:
ReplayProcessor<T>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.concurrent.atomic.AtomicReference
accumulateAndGet, compareAndExchange, compareAndExchangeAcquire, compareAndExchangeRelease, compareAndSet, get, getAcquire, getAndAccumulate, getAndSet, getAndUpdate, getOpaque, getPlain, lazySet, set, setOpaque, setPlain, setRelease, toString, updateAndGet, weakCompareAndSet, weakCompareAndSetAcquire, weakCompareAndSetPlain, weakCompareAndSetRelease, weakCompareAndSetVolatile
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
value
-
-
Constructor Details
-
Node
Node(T value)
-