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 Detail

      • isLeft

        boolean isLeft()
        Returns:
        true if left and false if right.
      • isRight

        default boolean isRight()
        Returns:
        true if right and false if left.