Interface Has3<V1,V2,V3>

All Superinterfaces:
Has1<V1>, Has2<V1,V2>
All Known Subinterfaces:
Has4<V1,V2,V3,V4>, Has5<V1,V2,V3,V4,V5>
All Known Implementing Classes:
Tuple3, Tuple4, Tuple5

public interface Has3<V1,V2,V3> extends Has2<V1,V2>
Implemented by tuples that have at least three values.
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the third value.

    Methods inherited from interface io.permazen.tuple.Has1

    getValue1

    Methods inherited from interface io.permazen.tuple.Has2

    getValue2
  • Method Details

    • getValue3

      V3 getValue3()
      Get the third value.
      Returns:
      third value in this tuple