AutoDisposingSingleObserver

A DisposableSingleObserver 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(): SingleObserver<out Any>
Returns the delegate SingleObserver that is used under the hood for introspection purposes.