Class ObservableFromCompletionStage.BiConsumerAtomicReference<T>
java.lang.Object
java.util.concurrent.atomic.AtomicReference<BiConsumer<T,Throwable>>
io.reactivex.rxjava3.internal.jdk8.ObservableFromCompletionStage.BiConsumerAtomicReference<T>
- All Implemented Interfaces:
Serializable
,BiConsumer<T,
Throwable>
- Enclosing class:
ObservableFromCompletionStage<T>
static final class ObservableFromCompletionStage.BiConsumerAtomicReference<T>
extends AtomicReference<BiConsumer<T,Throwable>>
implements BiConsumer<T,Throwable>
-
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
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.function.BiConsumer
andThen
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
BiConsumerAtomicReference
BiConsumerAtomicReference()
-
-
Method Details
-
accept
- Specified by:
accept
in interfaceBiConsumer<T,
Throwable>
-