public interface MutableIntState extends MutableState<java.lang.Integer>
| Modifier and Type | Method and Description |
|---|---|
int |
decrement(@NotNull StateValueHost host)
Decrements the current state value by
1. |
int |
increment(@NotNull StateValueHost host)
Increments the current state value by
1. |
setfactory, get, internalId, nextint increment(@NotNull
@NotNull StateValueHost host)
1.host - The state host that'll catch the state change.int decrement(@NotNull
@NotNull StateValueHost host)
1.host - The state host that'll catch the state change.