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