Interface Undecuple<E1,E2,E3,E4,E5,E6,E7,E8,E9,E10,E11>

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

public interface Undecuple<E1,E2,E3,E4,E5,E6,E7,E8,E9,E10,E11> 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()
    • 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> FirstAccessor<Undecuple<E1,E2,E3,E4,E5,E6,E7,E8,E9,E10,E11>,E1> getFirstGetter()
    • getSecondGetter

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

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

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

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

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

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

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

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

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

      static <E1, E2, E3, E4, E5, E6, E7, E8, E9, E10, E11> EleventhAccessor<Undecuple<E1,E2,E3,E4,E5,E6,E7,E8,E9,E10,E11>,E11> getEleventhGetter()