AutoDisposingMaybeObserver

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