Interface Pair<Left,​Right>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Left left()
      The left value of the pair, i.e. the 1st value in this 2-tuple.
      Right right()
      The right value of the pair, i.e. the 2nd value in this 2-tuple.
    • Method Detail

      • left

        Left left()
        The left value of the pair, i.e. the 1st value in this 2-tuple.
      • right

        Right right()
        The right value of the pair, i.e. the 2nd value in this 2-tuple.