public abstract class RxController
extends Controller
Controller that can be used to expose lifecycle events using RxJava| Constructor and Description |
|---|
RxController() |
RxController(android.os.Bundle args) |
| Modifier and Type | Method and Description |
|---|---|
<T> <any> |
bindToLifecycle() |
<T> <any> |
bindUntilEvent(ControllerEvent event) |
<any> |
lifecycle() |
public RxController()
public RxController(android.os.Bundle args)
public final <any> lifecycle()
public final <T> <any> bindUntilEvent(ControllerEvent event)
public final <T> <any> bindToLifecycle()