| Constructor and Description |
|---|
LeftSidedPair(Left left) |
| Modifier and Type | Method and Description |
|---|---|
Left |
left()
The left value of the pair, i.e. the 1st value in this 2-tuple.
|
Optional<? extends Right> |
right()
The right value of the pair, i.e. the 2nd value in this 2-tuple.
|