Class FlowableInternalHelper.SubscriberOnError<T>

java.lang.Object
io.reactivex.rxjava3.internal.operators.flowable.FlowableInternalHelper.SubscriberOnError<T>
All Implemented Interfaces:
Consumer<Throwable>
Enclosing class:
FlowableInternalHelper

static final class FlowableInternalHelper.SubscriberOnError<T> extends Object implements Consumer<Throwable>
  • Field Details

    • subscriber

      final org.reactivestreams.Subscriber<T> subscriber
  • Constructor Details

    • SubscriberOnError

      SubscriberOnError(org.reactivestreams.Subscriber<T> subscriber)
  • Method Details

    • accept

      public void accept(Throwable v)
      Description copied from interface: Consumer
      Consume the given value.
      Specified by:
      accept in interface Consumer<T>
      Parameters:
      v - the value