public final class StateMutableImpl<T> extends StateImpl<T> implements StateMutableRich<T>
| Constructor and Description |
|---|
StateMutableImpl(long id,
@NotNull StateValueFactory<T> valueFactory) |
| Modifier and Type | Method and Description |
|---|---|
@Nullable net.infumia.frame.state.value.StateValue<T> |
set(@NotNull net.infumia.frame.state.value.StateValueHostHolder host,
T value) |
@NotNull java.util.concurrent.CompletableFuture<net.infumia.frame.state.value.StateValue<T>> |
setWait(@NotNull net.infumia.frame.state.value.StateValueHostHolder host,
T value) |
equals, get, getOtThrow, getOtThrowWait, getWait, hashCode, id, manualUpdate, manualUpdateWait, valueFactory, watchAccess, watchUpdateclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitid, manualUpdate, manualUpdateWait, valueFactorypublic StateMutableImpl(long id,
@NotNull
@NotNull StateValueFactory<T> valueFactory)