Class AsyncSubscriber.OnNext<T>

    • Field Summary

      Fields 
      Modifier and Type Field Description
      T next  
    • Constructor Summary

      Constructors 
      Constructor Description
      OnNext​(T next)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • next

        public final T next
    • Constructor Detail

      • OnNext

        public OnNext​(T next)