Package org.dmfs.jems2.pair
Class DelegatingPair<L,R>
- java.lang.Object
-
- org.dmfs.jems2.pair.DelegatingPair<L,R>
-
-
Constructor Summary
Constructors Constructor Description DelegatingPair(Pair<L,R> delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Lleft()The left value of the pair, i.e. the 1st value in this 2-tuple.Rright()The right value of the pair, i.e. the 2nd value in this 2-tuple.
-