Class OnErrorReturnSubscriber<T>

  • All Implemented Interfaces:
    io.reactivex.FlowableSubscriber<T>, Serializable, org.reactivestreams.Subscriber<T>, org.reactivestreams.Subscription

    public class OnErrorReturnSubscriber<T>
    extends io.reactivex.internal.subscribers.SinglePostCompleteSubscriber<T,​T>
    See Also:
    Serialized Form
    • Method Detail

      • onNext

        public void onNext​(T t)
      • onError

        public void onError​(Throwable t)
      • onComplete

        public void onComplete()