Class ObservableFromCompletionStage.BiConsumerAtomicReference<T>
- java.lang.Object
-
- java.util.concurrent.atomic.AtomicReference<java.util.function.BiConsumer<T,java.lang.Throwable>>
-
- io.reactivex.rxjava3.internal.jdk8.ObservableFromCompletionStage.BiConsumerAtomicReference<T>
-
- All Implemented Interfaces:
java.io.Serializable,java.util.function.BiConsumer<T,java.lang.Throwable>
- Enclosing class:
- ObservableFromCompletionStage<T>
static final class ObservableFromCompletionStage.BiConsumerAtomicReference<T> extends java.util.concurrent.atomic.AtomicReference<java.util.function.BiConsumer<T,java.lang.Throwable>> implements java.util.function.BiConsumer<T,java.lang.Throwable>
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUID
-
Constructor Summary
Constructors Constructor Description BiConsumerAtomicReference()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(T t, java.lang.Throwable u)-
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 Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-