Skip navigation links
B C F L O P R 

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.
bindToLifecycle() - Method in interface com.trello.rxlifecycle.LifecycleProvider
Binds a source until the next reasonable event occurs.
bindUntilEvent(E) - Method in interface com.trello.rxlifecycle.LifecycleProvider
Binds a source until a specific event occurs.
bindUntilEvent(Observable<R>, R) - Static method in class com.trello.rxlifecycle.RxLifecycle
Binds the given source to a lifecycle.

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
 

L

lifecycle() - Method in interface com.trello.rxlifecycle.LifecycleProvider
 
LifecycleProvider<E> - Interface in com.trello.rxlifecycle
Common base interface for activity and fragment lifecycle providers.
LifecycleTransformer<T> - Interface in com.trello.rxlifecycle
A Transformer that works for all RxJava types (Observable, Single and Completable).

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
 
B C F L O P R 
Skip navigation links