| Interface | Description |
|---|---|
| LifecycleProvider<E> |
Common base interface for activity and fragment lifecycle providers.
|
| LifecycleTransformer<T> |
A Transformer that works for all RxJava types (
Observable, Single and Completable). |
| Class | Description |
|---|---|
| RxLifecycle |
| Exception | Description |
|---|---|
| OutsideLifecycleException |
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.
|