JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
B
C
E
H
L
O
P
R
T
A
apply(Observable<T>)
- Method in class com.trello.rxlifecycle3.
LifecycleTransformer
apply(Flowable<T>)
- Method in class com.trello.rxlifecycle3.
LifecycleTransformer
apply(Single<T>)
- Method in class com.trello.rxlifecycle3.
LifecycleTransformer
apply(Maybe<T>)
- Method in class com.trello.rxlifecycle3.
LifecycleTransformer
apply(Completable)
- Method in class com.trello.rxlifecycle3.
LifecycleTransformer
B
bind(Observable<R>)
- Static method in class com.trello.rxlifecycle3.
RxLifecycle
Binds the given source to a lifecycle.
bind(Observable<R>, Function<R, R>)
- Static method in class com.trello.rxlifecycle3.
RxLifecycle
Binds the given source to a lifecycle.
bindToLifecycle()
- Method in interface com.trello.rxlifecycle3.
LifecycleProvider
Binds a source until the next reasonable event occurs.
bindUntilEvent(E)
- Method in interface com.trello.rxlifecycle3.
LifecycleProvider
Binds a source until a specific event occurs.
bindUntilEvent(Observable<R>, R)
- Static method in class com.trello.rxlifecycle3.
RxLifecycle
Binds the given source to a lifecycle.
C
checkNotNull(T, String)
- Static method in class com.trello.rxlifecycle3.internal.
Preconditions
com.trello.rxlifecycle3
- package com.trello.rxlifecycle3
com.trello.rxlifecycle3.internal
- package com.trello.rxlifecycle3.internal
E
equals(Object)
- Method in class com.trello.rxlifecycle3.
LifecycleTransformer
H
hashCode()
- Method in class com.trello.rxlifecycle3.
LifecycleTransformer
L
lifecycle()
- Method in interface com.trello.rxlifecycle3.
LifecycleProvider
LifecycleProvider
<
E
> - Interface in
com.trello.rxlifecycle3
Common base interface for activity and fragment lifecycle providers.
LifecycleTransformer
<
T
> - Class in
com.trello.rxlifecycle3
Transformer that continues a subscription until a second Observable emits an event.
O
OutsideLifecycleException
- Exception in
com.trello.rxlifecycle3
This is an exception that can be thrown to indicate that the caller has attempted to bind to a lifecycle outside of its allowable window.
OutsideLifecycleException(String)
- Constructor for exception com.trello.rxlifecycle3.
OutsideLifecycleException
P
Preconditions
- Class in
com.trello.rxlifecycle3.internal
R
RxLifecycle
- Class in
com.trello.rxlifecycle3
T
toString()
- Method in class com.trello.rxlifecycle3.
LifecycleTransformer
A
B
C
E
H
L
O
P
R
T
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes