Interface Has2<V1,V2>

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

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

    Modifier and Type
    Method
    Description
    Get the second value.

    Methods inherited from interface io.permazen.tuple.Has1

    getValue1
  • Method Details

    • getValue2

      V2 getValue2()
      Get the second value.
      Returns:
      second value in this tuple