- All Superinterfaces:
EventObserver<Boolean>,Supplier<Boolean>,ValueObserver<Boolean>
- All Known Subinterfaces:
State,State.Combination
Specifies an observer for a
State instance.-
Method Summary
Methods inherited from interface is.codion.common.event.EventObserver
addDataListener, addListener, addWeakDataListener, addWeakListener, removeDataListener, removeListener, removeWeakDataListener, removeWeakListenerMethods inherited from interface is.codion.common.value.ValueObserver
equalTo, isNotNull, isNull, notEqualTo, nullable, optional
-
Method Details
-
not
StateObserver not()- Returns:
- A
StateObserverinstance that is always the reverse of thisStateObserverinstance
-