Class OnSubscribeFromArray<T>

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) T[] array  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void call​(Subscriber<? super T> child)  
      • Methods inherited from class java.lang.Object

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

      • array

        final T[] array
    • Constructor Detail

      • OnSubscribeFromArray

        public OnSubscribeFromArray​(T[] array)