- All Superinterfaces:
ObservableState
,Observer<Boolean>
- Enclosing interface:
State
A state which combines a number of states, either ANDing or ORing those together
when determining its own state.
-
Method Summary
Methods inherited from interface is.codion.common.state.ObservableState
addConsumer, addListener, addWeakConsumer, addWeakListener, is, not, observer, removeConsumer, removeListener, removeWeakConsumer, removeWeakListener
-
Method Details
-
conjunction
Conjunction conjunction()Returns theConjunction
used when combining the states.- Returns:
- the conjunction of this state combination
-