JavaScript is disabled on your browser.
Skip navigation links
io.reactivex.rxjava3.subscribers

Class SerializedSubscriber<T>

    • Constructor Detail

      • SerializedSubscriber

        public SerializedSubscriber(Subscriber<? super T> downstream)
        Construct a SerializedSubscriber by wrapping the given actual Subscriber.
        Parameters:
        downstream - the actual Subscriber, not null (not verified)
      • SerializedSubscriber

        public SerializedSubscriber(@NonNull
         @NonNull Subscriber<? super T> actual,
         boolean delayError)
        Construct a SerializedSubscriber by wrapping the given actual Subscriber and optionally delaying the errors till all regular values have been emitted from the internal buffer.
        Parameters:
        actual - the actual Subscriber, not null (not verified)
        delayError - if true, errors are emitted after regular values have been emitted
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /