public class UniqueEmitter<T>
extends PushEmitter
PushEmitter.CompanionCompanion| Constructor and Description |
|---|
UniqueEmitter(Emitter<? extends T> source,
kotlin.jvm.functions.Function2<? super T,? super T,java.lang.Boolean> comparator) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
afterLastDetached() |
protected void |
beforeFirstAttached() |
protected void |
tryGetValue(kotlin.jvm.functions.Function1<? super T,kotlin.Unit> onValue) |
onAttached, onChanged, tryGetValueafterLastDetached, beforeFirstAttached, call, observe, onAttached, onDetachedpublic UniqueEmitter(@NotNull
Emitter<? extends T> source,
@NotNull
kotlin.jvm.functions.Function2<? super T,? super T,java.lang.Boolean> comparator)