Auto Dispose Context
interface AutoDisposeContext
Content copied to clipboard
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
autoDispose
Link copied to clipboard
abstract fun <T : Any> Flowable<T>.autoDispose(): FlowableSubscribeProxy<T>
Content copied to clipboard
Extension that proxies to the normal autoDispose extension function.
abstract fun <T : Any> Observable<T>.autoDispose(): ObservableSubscribeProxy<T>
Content copied to clipboard
Extension that proxies to the normal autoDispose extension function.
abstract fun <T : Any> ParallelFlowable<T>.autoDispose(): ParallelFlowableSubscribeProxy<T>
Content copied to clipboard
Extension that proxies to the normal autoDispose extension function.