Package org.dmfs.jems2.pair
Class LeftSidedPair<Left,Right>
- java.lang.Object
-
- org.dmfs.jems2.pair.LeftSidedPair<Left,Right>
-
-
Constructor Summary
Constructors Constructor Description LeftSidedPair(Left left)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Leftleft()The left value of the pair, i.e. the 1st value in this 2-tuple.Optional<Right>right()The right value of the pair, i.e. the 2nd value in this 2-tuple.
-