Skip navigation links
A B C F R V 

A

ActivityEvent - Enum in com.trello.rxlifecycle
Lifecycle events that can be emitted by Activities.

B

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.
bindUntilActivityEvent(Observable<ActivityEvent>, ActivityEvent) - Static method in class com.trello.rxlifecycle.RxLifecycle
Binds the given source to an Activity lifecycle.
bindUntilFragmentEvent(Observable<FragmentEvent>, FragmentEvent) - Static method in class com.trello.rxlifecycle.RxLifecycle
Binds the given source to a Fragment lifecycle.
bindView(View) - Static method in class com.trello.rxlifecycle.RxLifecycle
Binds the given source a View lifecycle.
bindView(Observable<? extends E>) - Static method in class com.trello.rxlifecycle.RxLifecycle
Binds the given source a View lifecycle.

C

com.trello.rxlifecycle - package com.trello.rxlifecycle
 

F

FragmentEvent - Enum in com.trello.rxlifecycle
Lifecycle events that can be emitted by Fragments.

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 R V 
Skip navigation links