AutoDisposeContext

A context intended for use as AutoDisposeContext.() -> Unit function body parameters where zero-arg autoDispose functions can be called. This should be backed by an underlying Completable or ScopeProvider.

Functions

Link copied to clipboard
abstract fun <T : Any> Maybe<T>.autoDispose(): MaybeSubscribeProxy<T>

Extension that proxies to the normal autoDispose extension function.