public class PushEmitter<T>
extends ObservingEmitter
| Modifier and Type | Class and Description |
|---|---|
static class |
PushEmitter.Companion |
| Modifier and Type | Field and Description |
|---|---|
static PushEmitter.Companion |
Companion |
| Constructor and Description |
|---|
PushEmitter() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
onAttached(kotlin.jvm.functions.Function1<? super T,kotlin.Unit> observer) |
protected void |
onChanged() |
protected void |
tryGetValue(kotlin.jvm.functions.Function1<? super T,kotlin.Unit> onValue) |
afterLastDetached, beforeFirstAttached, call, observe, onAttached, onDetachedpublic static PushEmitter.Companion Companion