Class SingleOnSubscribeMap.MapSubscriber<T,​R>

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) SingleSubscriber<? super R> actual  
      (package private) boolean done  
      (package private) Func1<? super T,​? extends R> mapper  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void onError​(java.lang.Throwable e)
      Notifies the SingleSubscriber that the Single has experienced an error condition.
      void onSuccess​(T t)
      Notifies the SingleSubscriber with a single item and that the Single has finished sending push-based notifications.
      • Methods inherited from class java.lang.Object

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