public final class RxLifecycle<T>
extends java.lang.Object
| Constructor and Description |
|---|
RxLifecycle(Lifecycle lifecycle) |
RxLifecycle(Lifecycle lifecycle,
Lifecycle.State atLeastState) |
RxLifecycle(LifecycleOwner lifecycleOwner) |
RxLifecycle(LifecycleOwner lifecycleOwner,
Lifecycle.State atLeastState) |
| Modifier and Type | Method and Description |
|---|---|
<any> |
apply(<any> upstream) |
<any> |
apply(<any> upstream) |
<any> |
apply(<any> upstream) |
CompletableSource |
apply(Completable upstream) |
static <any> |
events(Lifecycle lifecycle) |
static <any> |
events(Lifecycle lifecycle,
BackpressureStrategy backpressureStrategy) |
static <any> |
states(Lifecycle lifecycle) |
static <any> |
states(Lifecycle lifecycle,
BackpressureStrategy backpressureStrategy) |
public RxLifecycle(LifecycleOwner lifecycleOwner)
public RxLifecycle(LifecycleOwner lifecycleOwner,
Lifecycle.State atLeastState)
public RxLifecycle(Lifecycle lifecycle)
public RxLifecycle(Lifecycle lifecycle,
Lifecycle.State atLeastState)
public <any> apply(<any> upstream)
public <any> apply(<any> upstream)
public <any> apply(<any> upstream)
public CompletableSource apply(Completable upstream)
public static <any> events(Lifecycle lifecycle)
public static <any> events(Lifecycle lifecycle,
BackpressureStrategy backpressureStrategy)
public static <any> states(Lifecycle lifecycle)
public static <any> states(Lifecycle lifecycle,
BackpressureStrategy backpressureStrategy)