Package com.helger.commons.state
Interface ILeftRightIndicator
- All Known Implementing Classes:
ELeftRight
public interface ILeftRightIndicator
Very simple interface for an object that has left/right indication.
- Author:
- Philip Helger
-
Method Summary
-
Method Details
-
isLeft
boolean isLeft()- Returns:
trueif left andfalseif right.
-
isRight
default boolean isRight()- Returns:
trueif right andfalseif left.
-