public class LockedEmitter
extends ContentEmitter
PushEmitter.CompanionCompanion| Constructor and Description |
|---|
LockedEmitter() |
| Modifier and Type | Method and Description |
|---|---|
void |
decBlocksCount()
Deprecated.
|
<T> T |
executeLocked(kotlin.jvm.functions.Function0<? extends T> block) |
void |
incBlocksCount()
Deprecated.
|
<T> T |
invoke(kotlin.jvm.functions.Function0<? extends T> block) |
getValue, setValuegetValue, tryGetValueonAttached, onChanged, tryGetValueafterLastDetached, beforeFirstAttached, call, observe, onAttached, onDetached@Deprecated public void incBlocksCount()
@Deprecated public void decBlocksCount()
public <T> T executeLocked(@NotNull
kotlin.jvm.functions.Function0<? extends T> block)
public <T> T invoke(@NotNull
kotlin.jvm.functions.Function0<? extends T> block)