Package com.helger.commons.state
Interface IHandledIndicator
- All Known Implementing Classes:
EHandled
public interface IHandledIndicator
Very simple interface for an object that has handled indication.
- Since:
- 9.0.0
- Author:
- Philip Helger
-
Method Summary
Modifier and TypeMethodDescriptiondefault EHandledand(IHandledIndicator aOther) booleandefault booleandefault EHandledor(IHandledIndicator aOther)
-
Method Details
-
isHandled
boolean isHandled()- Returns:
trueif handled andfalseif not.
-
isUnhandled
default boolean isUnhandled()- Returns:
trueif not handled andfalseif so.
-
or
-
and
-