Interface Nonuple<E1,E2,E3,E4,E5,E6,E7,E8,E9>

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

public interface Nonuple<E1,E2,E3,E4,E5,E6,E7,E8,E9> extends Tuple
  • Method Details

    • getFirst

      E1 getFirst()
    • getSecond

      E2 getSecond()
    • getThird

      E3 getThird()
    • getFourth

      E4 getFourth()
    • getFifth

      E5 getFifth()
    • getSixth

      E6 getSixth()
    • getSeventh

      E7 getSeventh()
    • getEighth

      E8 getEighth()
    • getNinth

      E9 getNinth()
    • 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, E7, E8, E9> FirstAccessor<Nonuple<E1,E2,E3,E4,E5,E6,E7,E8,E9>,E1> getFirstGetter()
    • getSecondGetter

      static <E1, E2, E3, E4, E5, E6, E7, E8, E9> SecondAccessor<Nonuple<E1,E2,E3,E4,E5,E6,E7,E8,E9>,E2> getSecondGetter()
    • getThirdGetter

      static <E1, E2, E3, E4, E5, E6, E7, E8, E9> ThirdAccessor<Nonuple<E1,E2,E3,E4,E5,E6,E7,E8,E9>,E3> getThirdGetter()
    • getFourthGetter

      static <E1, E2, E3, E4, E5, E6, E7, E8, E9> FourthAccessor<Nonuple<E1,E2,E3,E4,E5,E6,E7,E8,E9>,E4> getFourthGetter()
    • getFifthGetter

      static <E1, E2, E3, E4, E5, E6, E7, E8, E9> FifthAccessor<Nonuple<E1,E2,E3,E4,E5,E6,E7,E8,E9>,E5> getFifthGetter()
    • getSixthGetter

      static <E1, E2, E3, E4, E5, E6, E7, E8, E9> SixthAccessor<Nonuple<E1,E2,E3,E4,E5,E6,E7,E8,E9>,E6> getSixthGetter()
    • getSeventhGetter

      static <E1, E2, E3, E4, E5, E6, E7, E8, E9> SeventhAccessor<Nonuple<E1,E2,E3,E4,E5,E6,E7,E8,E9>,E7> getSeventhGetter()
    • getEighthGetter

      static <E1, E2, E3, E4, E5, E6, E7, E8, E9> EighthAccessor<Nonuple<E1,E2,E3,E4,E5,E6,E7,E8,E9>,E8> getEighthGetter()
    • getNinthGetter

      static <E1, E2, E3, E4, E5, E6, E7, E8, E9> NinthAccessor<Nonuple<E1,E2,E3,E4,E5,E6,E7,E8,E9>,E9> getNinthGetter()