Package io.permazen.tuple
Interface Has4<V1,V2,V3,V4>
- All Known Subinterfaces:
Has5<V1,
V2, V3, V4, V5>
Implemented by tuples that have at least four values.
-
Method Summary
-
Method Details
-
getValue4
V4 getValue4()Get the fourth value.- Returns:
- fourth value in this tuple
-