Class ScalarSynchronousObservable.JustOnSubscribe<T>

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) T value  
    • Constructor Summary

      Constructors 
      Constructor Description
      JustOnSubscribe​(T value)  
    • Method Summary

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

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

      • value

        final T value
    • Constructor Detail

      • JustOnSubscribe

        JustOnSubscribe​(T value)