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

    Modifier and Type
    Method
    Description
    boolean
     
    default boolean
     
  • Method Details

    • isLeft

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

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