Flowable Api Error Operator

class FlowableApiErrorOperator<T : Any> : FlowableOperator<T, Response<T>>

Constructors

Link copied to clipboard
fun FlowableApiErrorOperator()

Functions

Link copied to clipboard
open override fun apply(subscriber: Subscriber<in T>): Subscriber<in Response<T>>

Sources

Link copied to clipboard