AutoDisposingSubscriber

A DisposableSubscriber that can automatically dispose itself. Interface here for type safety but enforcement is left to the implementation.

Functions

Link copied to clipboard
abstract fun delegateSubscriber(): Subscriber<out Any>
Returns the delegate Subscriber that is used under the hood for introspection purposes.