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
F
L
O
P
R
V
A
ActivityEvent
- Enum in
com.trello.rxlifecycle
Lifecycle events that can be emitted by Activities.
ActivityLifecycleProvider
- Interface in
com.trello.rxlifecycle
Common interface for all RxActivity extensions.
B
bind(Observable<R>)
- Static method in class com.trello.rxlifecycle.
RxLifecycle
Binds the given source to a lifecycle.
bind(Observable<R>, Func1<R, R>)
- Static method in class com.trello.rxlifecycle.
RxLifecycle
Binds the given source to a lifecycle.
bindActivity(Observable<ActivityEvent>)
- Static method in class com.trello.rxlifecycle.
RxLifecycle
Binds the given source to an Activity lifecycle.
bindFragment(Observable<FragmentEvent>)
- Static method in class com.trello.rxlifecycle.
RxLifecycle
Binds the given source to a Fragment lifecycle.
bindToLifecycle()
- Method in interface com.trello.rxlifecycle.
ActivityLifecycleProvider
Binds a source until the next reasonable
ActivityEvent
occurs.
bindToLifecycle()
- Method in interface com.trello.rxlifecycle.
FragmentLifecycleProvider
Binds a source until the next reasonable
FragmentEvent
occurs.
bindUntilActivityEvent(Observable<ActivityEvent>, ActivityEvent)
- Static method in class com.trello.rxlifecycle.
RxLifecycle
Deprecated.
bindUntilEvent(ActivityEvent)
- Method in interface com.trello.rxlifecycle.
ActivityLifecycleProvider
Binds a source until a specific
ActivityEvent
occurs.
bindUntilEvent(FragmentEvent)
- Method in interface com.trello.rxlifecycle.
FragmentLifecycleProvider
Binds a source until a specific
FragmentEvent
occurs.
bindUntilEvent(Observable<R>, R)
- Static method in class com.trello.rxlifecycle.
RxLifecycle
Binds the given source to a lifecycle.
bindUntilFragmentEvent(Observable<FragmentEvent>, FragmentEvent)
- Static method in class com.trello.rxlifecycle.
RxLifecycle
Deprecated.
bindView(View)
- Static method in class com.trello.rxlifecycle.
RxLifecycle
Binds the given source to a View lifecycle.
bindView(Observable<? extends E>)
- Static method in class com.trello.rxlifecycle.
RxLifecycle
Deprecated.
C
checkNotNull(T, String)
- Static method in class com.trello.rxlifecycle.internal.
Preconditions
com.trello.rxlifecycle
- package com.trello.rxlifecycle
com.trello.rxlifecycle.internal
- package com.trello.rxlifecycle.internal
F
forCompletable()
- Method in interface com.trello.rxlifecycle.
LifecycleTransformer
forSingle()
- Method in interface com.trello.rxlifecycle.
LifecycleTransformer
FragmentEvent
- Enum in
com.trello.rxlifecycle
Lifecycle events that can be emitted by Fragments.
FragmentLifecycleProvider
- Interface in
com.trello.rxlifecycle
Common interface for all RxFragment extensions.
L
lifecycle()
- Method in interface com.trello.rxlifecycle.
ActivityLifecycleProvider
lifecycle()
- Method in interface com.trello.rxlifecycle.
FragmentLifecycleProvider
LifecycleTransformer
<
T
> - Interface in
com.trello.rxlifecycle
A Transformer that works for all RxJava types (Observable, Single and Comletable).
O
OutsideLifecycleException
- Exception in
com.trello.rxlifecycle
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.rxlifecycle.
OutsideLifecycleException
P
Preconditions
- Class in
com.trello.rxlifecycle.internal
R
RxLifecycle
- Class in
com.trello.rxlifecycle
V
valueOf(String)
- Static method in enum com.trello.rxlifecycle.
ActivityEvent
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum com.trello.rxlifecycle.
FragmentEvent
Returns the enum constant of this type with the specified name.
values()
- Static method in enum com.trello.rxlifecycle.
ActivityEvent
Returns an array containing the constants of this enum type, in the order they are declared.
values()
- Static method in enum com.trello.rxlifecycle.
FragmentEvent
Returns an array containing the constants of this enum type, in the order they are declared.
A
B
C
F
L
O
P
R
V
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes