autodispose-root
jvm
autodispose-interop-coroutines
/
autodispose2.interop.coroutines
/
autoDispose
auto
Dispose
inline
fun
<
T
:
Any
>
Flowable
<
T
>
.
autoDispose
(
scope
:
CoroutineScope
)
:
FlowableSubscribeProxy
<
T
>
inline
fun
<
T
:
Any
>
Observable
<
T
>
.
autoDispose
(
scope
:
CoroutineScope
)
:
ObservableSubscribeProxy
<
T
>
inline
fun
<
T
:
Any
>
Single
<
T
>
.
autoDispose
(
scope
:
CoroutineScope
)
:
SingleSubscribeProxy
<
T
>
inline
fun
<
T
:
Any
>
Maybe
<
T
>
.
autoDispose
(
scope
:
CoroutineScope
)
:
MaybeSubscribeProxy
<
T
>
inline
fun
Completable
.
autoDispose
(
scope
:
CoroutineScope
)
:
CompletableSubscribeProxy
Extension that proxies to the normal
autoDispose
extension function with a
ScopeProvider
.