Package 

Interface Observable.OnSubscribe

  • All Implemented Interfaces:
    com.tds.common.reactor.functions.Action , com.tds.common.reactor.functions.Action1 , com.tds.common.reactor.functions.Function

    
    public interface Observable.OnSubscribe<T>
     implements Action1<Subscriber<out Object>>
                        

    Invoked when Observable.subscribe is called.

    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class com.tds.common.reactor.functions.Action1

        call
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait