| Constructor and Description |
|---|
RightSidedPair(Right right) |
| Modifier and Type | Method and Description |
|---|---|
Optional<? extends 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.
|