Interface Has1<V1>

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

public interface Has1<V1>
Implemented by tuples that have a first value.
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the first value.
  • Method Details

    • getValue1

      V1 getValue1()
      Get the first value.
      Returns:
      first value in this tuple