rxdogtag / com.uber.rxdogtag / RxDogTag / Builder / addObserverHandlers
addObserverHandlers¶
fun addObserverHandlers(vararg handlers:ObserverHandler!):RxDogTag.Builder!
Parameters¶
handlers - ObserverHandler!: any number of `[ObserverHandler`](../../-observer-handler/index.md) instances to potentially unpack or decorate observers. Note that order matters here, and the first one to return a with no custom error handling will be used.
Return RxDogTag.Builder!: this builder for fluent chaining.
fun addObserverHandlers(handlers:MutableCollection<ObserverHandler!>!):RxDogTag.Builder!
Parameters¶
handlers - MutableCollection<ObserverHandler!>!: a list of `[ObserverHandler`](../../-observer-handler/index.md) instances to potentially unpack or decorate observers. Note that order matters here, and the first one to return a with no custom error handling will be used.
Return RxDogTag.Builder!: this builder for fluent chaining.