Class SafeSubscriber<T>

java.lang.Object
io.reactivex.rxjava4.subscribers.SafeSubscriber<T>
Type Parameters:
T - the value type
All Implemented Interfaces:
FlowableSubscriber<T>, Flow.Subscriber<T>, Flow.Subscription

public final class SafeSubscriber<@NonNull T> extends Object implements FlowableSubscriber<T>, Flow.Subscription
Wraps another Flow.Subscriber and ensures all onXXX methods conform the protocol (except the requirement for serialized access).