Interface Hextuple<E1,E2,E3,E4,E5,E6>

All Superinterfaces:
GenericTuple<Object>, Tuple
All Known Implementing Classes:
HextupleImpl

public interface Hextuple<E1,E2,E3,E4,E5,E6> extends Tuple
  • Method Details

    • getFirst

      E1 getFirst()
    • getSecond

      E2 getSecond()
    • getThird

      E3 getThird()
    • getFourth

      E4 getFourth()
    • getFifth

      E5 getFifth()
    • getSixth

      E6 getSixth()
    • size

      default int size()
      Specified by:
      size in interface GenericTuple<E1>
    • get

      default Object get(int index)
      Specified by:
      get in interface GenericTuple<E1>
    • getFirstGetter

      static <E1, E2, E3, E4, E5, E6> FirstAccessor<Hextuple<E1,E2,E3,E4,E5,E6>,E1> getFirstGetter()
    • getSecondGetter

      static <E1, E2, E3, E4, E5, E6> SecondAccessor<Hextuple<E1,E2,E3,E4,E5,E6>,E2> getSecondGetter()
    • getThirdGetter

      static <E1, E2, E3, E4, E5, E6> ThirdAccessor<Hextuple<E1,E2,E3,E4,E5,E6>,E3> getThirdGetter()
    • getFourthGetter

      static <E1, E2, E3, E4, E5, E6> FourthAccessor<Hextuple<E1,E2,E3,E4,E5,E6>,E4> getFourthGetter()
    • getFifthGetter

      static <E1, E2, E3, E4, E5, E6> FifthAccessor<Hextuple<E1,E2,E3,E4,E5,E6>,E5> getFifthGetter()
    • getSixthGetter

      static <E1, E2, E3, E4, E5, E6> SixthAccessor<Hextuple<E1,E2,E3,E4,E5,E6>,E6> getSixthGetter()