WriteStreamSubscriber<R> |
WriteStreamSubscriber.onError(io.reactivex.rxjava3.functions.Consumer<? super Throwable> handler) |
Sets the handler to invoke if the Flowable that was subscribed to terminates with an error.
|
WriteStreamSubscriber<R> |
WriteStreamSubscriber.onWriteStreamEnd(io.reactivex.rxjava3.functions.Action handler) |
Sets the handler to invoke when the adapted WriteStream ends successfully.
|
WriteStreamSubscriber<R> |
WriteStreamSubscriber.onWriteStreamEndError(io.reactivex.rxjava3.functions.Consumer<? super Throwable> handler) |
Sets the handler to invoke when the adapted WriteStream ends with an error.
|
WriteStreamSubscriber<R> |
WriteStreamSubscriber.onWriteStreamError(io.reactivex.rxjava3.functions.Consumer<? super Throwable> handler) |
Sets the handler to invoke if the adapted WriteStream fails.
|
static <T> WriteStreamSubscriber<T> |
RxHelper.toSubscriber(WriteStream<T> stream) |
|
static <R,T> WriteStreamSubscriber<R> |
RxHelper.toSubscriber(WriteStream<T> stream,
Function<R,T> mapping) |
|