autodispose-android-archcomponents
Module Contents
alltypes
Module Contents
class
AndroidLifecycleScopeProvider
:
LifecycleScopeProvider
<
Event
>
Module Contents
fun
correspondingEvents
(
)
:
CorrespondingEventsFunction
<
Event
>
static
fun
from
(
owner
:
LifecycleOwner
)
:
AndroidLifecycleScopeProvider
static
fun
from
(
owner
:
LifecycleOwner
,
untilEvent
:
Event
)
:
AndroidLifecycleScopeProvider
static
fun
from
(
lifecycle
:
Lifecycle
)
:
AndroidLifecycleScopeProvider
static
fun
from
(
lifecycle
:
Lifecycle
,
untilEvent
:
Event
)
:
AndroidLifecycleScopeProvider
static
fun
from
(
owner
:
LifecycleOwner
,
boundaryResolver
:
CorrespondingEventsFunction
<
Event
>
)
:
AndroidLifecycleScopeProvider
static
fun
from
(
lifecycle
:
Lifecycle
,
boundaryResolver
:
CorrespondingEventsFunction
<
Event
>
)
:
AndroidLifecycleScopeProvider
fun
lifecycle
(
)
:
Observable
<
Event
>
fun
peekLifecycle
(
)
:
Event
?
fun
requestScope
(
)
:
CompletableSource
class
AndroidLifecycleScopeProvider
:
LifecycleScopeProvider
<
Event
>
Module Contents
fun
correspondingEvents
(
)
:
CorrespondingEventsFunction
<
Event
>
static
fun
from
(
owner
:
LifecycleOwner
)
:
AndroidLifecycleScopeProvider
static
fun
from
(
owner
:
LifecycleOwner
,
untilEvent
:
Event
)
:
AndroidLifecycleScopeProvider
static
fun
from
(
lifecycle
:
Lifecycle
)
:
AndroidLifecycleScopeProvider
static
fun
from
(
lifecycle
:
Lifecycle
,
untilEvent
:
Event
)
:
AndroidLifecycleScopeProvider
static
fun
from
(
owner
:
LifecycleOwner
,
boundaryResolver
:
CorrespondingEventsFunction
<
Event
>
)
:
AndroidLifecycleScopeProvider
static
fun
from
(
lifecycle
:
Lifecycle
,
boundaryResolver
:
CorrespondingEventsFunction
<
Event
>
)
:
AndroidLifecycleScopeProvider
fun
lifecycle
(
)
:
Observable
<
Event
>
fun
peekLifecycle
(
)
:
Event
?
fun
requestScope
(
)
:
CompletableSource
androidx.lifecycle.Lifecycle
Module Contents
@CheckReturnValue
inline
fun
Lifecycle
.
scope
(
)
:
ScopeProvider
@CheckReturnValue
inline
fun
Lifecycle
.
scope
(
untilEvent
:
Event
)
:
ScopeProvider
@CheckReturnValue
inline
fun
Lifecycle
.
scope
(
boundaryResolver
:
CorrespondingEventsFunction
<
Event
>
)
:
ScopeProvider
androidx.lifecycle.LifecycleOwner
Module Contents
@CheckReturnValue
inline
fun
LifecycleOwner
.
scope
(
)
:
ScopeProvider
@CheckReturnValue
inline
fun
LifecycleOwner
.
scope
(
untilEvent
:
Event
)
:
ScopeProvider
@CheckReturnValue
inline
fun
LifecycleOwner
.
scope
(
boundaryResolver
:
CorrespondingEventsFunction
<
Event
>
)
:
ScopeProvider
io.reactivex.Completable
Module Contents
@CheckReturnValue
inline
fun
Completable
.
autoDisposable
(
lifecycleOwner
:
LifecycleOwner
,
untilEvent
:
Event
?
=
null
)
:
CompletableSubscribeProxy
io.reactivex.Flowable
Module Contents
@CheckReturnValue
inline
fun
<
T
>
Flowable
<
T
>
.
autoDisposable
(
lifecycleOwner
:
LifecycleOwner
,
untilEvent
:
Event
?
=
null
)
:
FlowableSubscribeProxy
<
T
>
io.reactivex.Maybe
Module Contents
@CheckReturnValue
inline
fun
<
T
>
Maybe
<
T
>
.
autoDisposable
(
lifecycleOwner
:
LifecycleOwner
,
untilEvent
:
Event
?
=
null
)
:
MaybeSubscribeProxy
<
T
>
io.reactivex.Observable
Module Contents
@CheckReturnValue
inline
fun
<
T
>
Observable
<
T
>
.
autoDisposable
(
lifecycleOwner
:
LifecycleOwner
,
untilEvent
:
Event
?
=
null
)
:
ObservableSubscribeProxy
<
T
>
io.reactivex.Single
Module Contents
@CheckReturnValue
inline
fun
<
T
>
Single
<
T
>
.
autoDisposable
(
lifecycleOwner
:
LifecycleOwner
,
untilEvent
:
Event
?
=
null
)
:
SingleSubscribeProxy
<
T
>
io.reactivex.parallel.ParallelFlowable
Module Contents
@CheckReturnValue
inline
fun
<
T
>
ParallelFlowable
<
T
>
.
autoDisposable
(
lifecycleOwner
:
LifecycleOwner
,
untilEvent
:
Event
?
=
null
)
:
ParallelFlowableSubscribeProxy
<
T
>
package
com.uber.autodispose.android.lifecycle
Module Contents
class
AndroidLifecycleScopeProvider
:
LifecycleScopeProvider
<
Event
>
Module Contents
fun
correspondingEvents
(
)
:
CorrespondingEventsFunction
<
Event
>
static
fun
from
(
owner
:
LifecycleOwner
)
:
AndroidLifecycleScopeProvider
static
fun
from
(
owner
:
LifecycleOwner
,
untilEvent
:
Event
)
:
AndroidLifecycleScopeProvider
static
fun
from
(
lifecycle
:
Lifecycle
)
:
AndroidLifecycleScopeProvider
static
fun
from
(
lifecycle
:
Lifecycle
,
untilEvent
:
Event
)
:
AndroidLifecycleScopeProvider
static
fun
from
(
owner
:
LifecycleOwner
,
boundaryResolver
:
CorrespondingEventsFunction
<
Event
>
)
:
AndroidLifecycleScopeProvider
static
fun
from
(
lifecycle
:
Lifecycle
,
boundaryResolver
:
CorrespondingEventsFunction
<
Event
>
)
:
AndroidLifecycleScopeProvider
fun
lifecycle
(
)
:
Observable
<
Event
>
fun
peekLifecycle
(
)
:
Event
?
fun
requestScope
(
)
:
CompletableSource
class
AndroidLifecycleScopeProvider
:
LifecycleScopeProvider
<
Event
>
Module Contents
fun
correspondingEvents
(
)
:
CorrespondingEventsFunction
<
Event
>
static
fun
from
(
owner
:
LifecycleOwner
)
:
AndroidLifecycleScopeProvider
static
fun
from
(
owner
:
LifecycleOwner
,
untilEvent
:
Event
)
:
AndroidLifecycleScopeProvider
static
fun
from
(
lifecycle
:
Lifecycle
)
:
AndroidLifecycleScopeProvider
static
fun
from
(
lifecycle
:
Lifecycle
,
untilEvent
:
Event
)
:
AndroidLifecycleScopeProvider
static
fun
from
(
owner
:
LifecycleOwner
,
boundaryResolver
:
CorrespondingEventsFunction
<
Event
>
)
:
AndroidLifecycleScopeProvider
static
fun
from
(
lifecycle
:
Lifecycle
,
boundaryResolver
:
CorrespondingEventsFunction
<
Event
>
)
:
AndroidLifecycleScopeProvider
fun
lifecycle
(
)
:
Observable
<
Event
>
fun
peekLifecycle
(
)
:
Event
?
fun
requestScope
(
)
:
CompletableSource
androidx.lifecycle.Lifecycle
Module Contents
@CheckReturnValue
inline
fun
Lifecycle
.
scope
(
)
:
ScopeProvider
@CheckReturnValue
inline
fun
Lifecycle
.
scope
(
untilEvent
:
Event
)
:
ScopeProvider
@CheckReturnValue
inline
fun
Lifecycle
.
scope
(
boundaryResolver
:
CorrespondingEventsFunction
<
Event
>
)
:
ScopeProvider
androidx.lifecycle.LifecycleOwner
Module Contents
@CheckReturnValue
inline
fun
LifecycleOwner
.
scope
(
)
:
ScopeProvider
@CheckReturnValue
inline
fun
LifecycleOwner
.
scope
(
untilEvent
:
Event
)
:
ScopeProvider
@CheckReturnValue
inline
fun
LifecycleOwner
.
scope
(
boundaryResolver
:
CorrespondingEventsFunction
<
Event
>
)
:
ScopeProvider
io.reactivex.Completable
Module Contents
@CheckReturnValue
inline
fun
Completable
.
autoDisposable
(
lifecycleOwner
:
LifecycleOwner
,
untilEvent
:
Event
?
=
null
)
:
CompletableSubscribeProxy
io.reactivex.Flowable
Module Contents
@CheckReturnValue
inline
fun
<
T
>
Flowable
<
T
>
.
autoDisposable
(
lifecycleOwner
:
LifecycleOwner
,
untilEvent
:
Event
?
=
null
)
:
FlowableSubscribeProxy
<
T
>
io.reactivex.Maybe
Module Contents
@CheckReturnValue
inline
fun
<
T
>
Maybe
<
T
>
.
autoDisposable
(
lifecycleOwner
:
LifecycleOwner
,
untilEvent
:
Event
?
=
null
)
:
MaybeSubscribeProxy
<
T
>
io.reactivex.Observable
Module Contents
@CheckReturnValue
inline
fun
<
T
>
Observable
<
T
>
.
autoDisposable
(
lifecycleOwner
:
LifecycleOwner
,
untilEvent
:
Event
?
=
null
)
:
ObservableSubscribeProxy
<
T
>
io.reactivex.Single
Module Contents
@CheckReturnValue
inline
fun
<
T
>
Single
<
T
>
.
autoDisposable
(
lifecycleOwner
:
LifecycleOwner
,
untilEvent
:
Event
?
=
null
)
:
SingleSubscribeProxy
<
T
>
io.reactivex.parallel.ParallelFlowable
Module Contents
@CheckReturnValue
inline
fun
<
T
>
ParallelFlowable
<
T
>
.
autoDisposable
(
lifecycleOwner
:
LifecycleOwner
,
untilEvent
:
Event
?
=
null
)
:
ParallelFlowableSubscribeProxy
<
T
>