Class 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 long serialVersionUID  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void accept​(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
      • 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
    • Constructor Detail

      • BiConsumerAtomicReference

        BiConsumerAtomicReference()
    • Method Detail

      • accept

        public void accept​(T t,
                           java.lang.Throwable u)
        Specified by:
        accept in interface java.util.function.BiConsumer<T,​java.lang.Throwable>