public final class StateUpdate<T>
extends java.lang.Object
| Constructor and Description |
|---|
StateUpdate(@NotNull State<T> state,
T oldValue,
@NotNull StateValue<T> value) |
| Modifier and Type | Method and Description |
|---|---|
T |
oldValue() |
@NotNull State<T> |
state() |
@NotNull StateValue<T> |
value() |
public StateUpdate(@NotNull
@NotNull State<T> state,
@Nullable
T oldValue,
@NotNull
@NotNull StateValue<T> value)
@Nullable public T oldValue()
@NotNull public @NotNull StateValue<T> value()