Class FlowableInternalHelper.SubscriberOnError<T>
- java.lang.Object
-
- io.reactivex.rxjava3.internal.operators.flowable.FlowableInternalHelper.SubscriberOnError<T>
-
- All Implemented Interfaces:
Consumer<java.lang.Throwable>
- Enclosing class:
- FlowableInternalHelper
static final class FlowableInternalHelper.SubscriberOnError<T> extends java.lang.Object implements Consumer<java.lang.Throwable>
-
-
Field Summary
Fields Modifier and Type Field Description (package private) org.reactivestreams.Subscriber<T>
subscriber
-
Constructor Summary
Constructors Constructor Description SubscriberOnError(org.reactivestreams.Subscriber<T> subscriber)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(java.lang.Throwable v)
Consume the given value.
-