Package io.permazen.tuple
Interface Has2<V1,V2>
- All Superinterfaces:
Has1<V1>
Implemented by tuples that have at least two values.
-
Method Summary
-
Method Details
-
getValue2
V2 getValue2()Get the second value.- Returns:
- second value in this tuple
-