public static interface State.Combination extends StateObserver
Modifier and Type | Method and Description |
---|---|
void |
addState(StateObserver state)
Adds a state to this state combination
|
Conjunction |
conjunction()
Returns the
Conjunction used when combining the states. |
void |
removeState(StateObserver state)
Removes a state from this state combination
|
reversedObserver
equalTo, isNotNull, isNull, isNullable, toOptional
addDataListener, addListener, removeDataListener, removeListener
Conjunction conjunction()
Conjunction
used when combining the states.void addState(StateObserver state)
state
- the state to add to this state combinationvoid removeState(StateObserver state)
state
- the state to remove from this state combination