Interface Tredecuple<E1,E2,E3,E4,E5,E6,E7,E8,E9,E10,E11,E12,E13>

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

public interface Tredecuple<E1,E2,E3,E4,E5,E6,E7,E8,E9,E10,E11,E12,E13> 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()
    • getTenth

      E10 getTenth()
    • getEleventh

      E11 getEleventh()
    • getTwelfth

      E12 getTwelfth()
    • getThirteenth

      E13 getThirteenth()
    • 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, E10, E11, E12, E13> FirstAccessor<Tredecuple<E1,E2,E3,E4,E5,E6,E7,E8,E9,E10,E11,E12,E13>,E1> getFirstGetter()
    • getSecondGetter

      static <E1, E2, E3, E4, E5, E6, E7, E8, E9, E10, E11, E12, E13> SecondAccessor<Tredecuple<E1,E2,E3,E4,E5,E6,E7,E8,E9,E10,E11,E12,E13>,E2> getSecondGetter()
    • getThirdGetter

      static <E1, E2, E3, E4, E5, E6, E7, E8, E9, E10, E11, E12, E13> ThirdAccessor<Tredecuple<E1,E2,E3,E4,E5,E6,E7,E8,E9,E10,E11,E12,E13>,E3> getThirdGetter()
    • getFourthGetter

      static <E1, E2, E3, E4, E5, E6, E7, E8, E9, E10, E11, E12, E13> FourthAccessor<Tredecuple<E1,E2,E3,E4,E5,E6,E7,E8,E9,E10,E11,E12,E13>,E4> getFourthGetter()
    • getFifthGetter

      static <E1, E2, E3, E4, E5, E6, E7, E8, E9, E10, E11, E12, E13> FifthAccessor<Tredecuple<E1,E2,E3,E4,E5,E6,E7,E8,E9,E10,E11,E12,E13>,E5> getFifthGetter()
    • getSixthGetter

      static <E1, E2, E3, E4, E5, E6, E7, E8, E9, E10, E11, E12, E13> SixthAccessor<Tredecuple<E1,E2,E3,E4,E5,E6,E7,E8,E9,E10,E11,E12,E13>,E6> getSixthGetter()
    • getSeventhGetter

      static <E1, E2, E3, E4, E5, E6, E7, E8, E9, E10, E11, E12, E13> SeventhAccessor<Tredecuple<E1,E2,E3,E4,E5,E6,E7,E8,E9,E10,E11,E12,E13>,E7> getSeventhGetter()
    • getEighthGetter

      static <E1, E2, E3, E4, E5, E6, E7, E8, E9, E10, E11, E12, E13> EighthAccessor<Tredecuple<E1,E2,E3,E4,E5,E6,E7,E8,E9,E10,E11,E12,E13>,E8> getEighthGetter()
    • getNinthGetter

      static <E1, E2, E3, E4, E5, E6, E7, E8, E9, E10, E11, E12, E13> NinthAccessor<Tredecuple<E1,E2,E3,E4,E5,E6,E7,E8,E9,E10,E11,E12,E13>,E9> getNinthGetter()
    • getTenthGetter

      static <E1, E2, E3, E4, E5, E6, E7, E8, E9, E10, E11, E12, E13> TenthAccessor<Tredecuple<E1,E2,E3,E4,E5,E6,E7,E8,E9,E10,E11,E12,E13>,E10> getTenthGetter()
    • getEleventhGetter

      static <E1, E2, E3, E4, E5, E6, E7, E8, E9, E10, E11, E12, E13> EleventhAccessor<Tredecuple<E1,E2,E3,E4,E5,E6,E7,E8,E9,E10,E11,E12,E13>,E11> getEleventhGetter()
    • getTwelfthGetter

      static <E1, E2, E3, E4, E5, E6, E7, E8, E9, E10, E11, E12, E13> TwelfthAccessor<Tredecuple<E1,E2,E3,E4,E5,E6,E7,E8,E9,E10,E11,E12,E13>,E12> getTwelfthGetter()
    • getThirteenthGetter

      static <E1, E2, E3, E4, E5, E6, E7, E8, E9, E10, E11, E12, E13> ThirteenthAccessor<Tredecuple<E1,E2,E3,E4,E5,E6,E7,E8,E9,E10,E11,E12,E13>,E13> getThirteenthGetter()