AutoDisposingObserver

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

Functions

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