Package com.redis.om.spring.tuple
Interface Quindecuple<E1,E2,E3,E4,E5,E6,E7,E8,E9,E10,E11,E12,E13,E14,E15>
- All Superinterfaces:
GenericTuple<Object>,Tuple
- All Known Implementing Classes:
QuindecupleImpl
-
Method Summary
Modifier and TypeMethodDescriptiondefault Objectget(int index) static <E1,E2, E3, E4, E5, E6, E7, E8, E9, E10, E11, E12, E13, E14, E15>
EighthAccessor<Quindecuple<E1,E2, E3, E4, E5, E6, E7, E8, E9, E10, E11, E12, E13, E14, E15>, E8> static <E1,E2, E3, E4, E5, E6, E7, E8, E9, E10, E11, E12, E13, E14, E15>
EleventhAccessor<Quindecuple<E1,E2, E3, E4, E5, E6, E7, E8, E9, E10, E11, E12, E13, E14, E15>, E11> static <E1,E2, E3, E4, E5, E6, E7, E8, E9, E10, E11, E12, E13, E14, E15>
FifteenthAccessor<Quindecuple<E1,E2, E3, E4, E5, E6, E7, E8, E9, E10, E11, E12, E13, E14, E15>, E15> getFifth()static <E1,E2, E3, E4, E5, E6, E7, E8, E9, E10, E11, E12, E13, E14, E15>
FifthAccessor<Quindecuple<E1,E2, E3, E4, E5, E6, E7, E8, E9, E10, E11, E12, E13, E14, E15>, E5> getFirst()static <E1,E2, E3, E4, E5, E6, E7, E8, E9, E10, E11, E12, E13, E14, E15>
FirstAccessor<Quindecuple<E1,E2, E3, E4, E5, E6, E7, E8, E9, E10, E11, E12, E13, E14, E15>, E1> static <E1,E2, E3, E4, E5, E6, E7, E8, E9, E10, E11, E12, E13, E14, E15>
FourteenthAccessor<Quindecuple<E1,E2, E3, E4, E5, E6, E7, E8, E9, E10, E11, E12, E13, E14, E15>, E14> static <E1,E2, E3, E4, E5, E6, E7, E8, E9, E10, E11, E12, E13, E14, E15>
FourthAccessor<Quindecuple<E1,E2, E3, E4, E5, E6, E7, E8, E9, E10, E11, E12, E13, E14, E15>, E4> getNinth()static <E1,E2, E3, E4, E5, E6, E7, E8, E9, E10, E11, E12, E13, E14, E15>
NinthAccessor<Quindecuple<E1,E2, E3, E4, E5, E6, E7, E8, E9, E10, E11, E12, E13, E14, E15>, E9> static <E1,E2, E3, E4, E5, E6, E7, E8, E9, E10, E11, E12, E13, E14, E15>
SecondAccessor<Quindecuple<E1,E2, E3, E4, E5, E6, E7, E8, E9, E10, E11, E12, E13, E14, E15>, E2> static <E1,E2, E3, E4, E5, E6, E7, E8, E9, E10, E11, E12, E13, E14, E15>
SeventhAccessor<Quindecuple<E1,E2, E3, E4, E5, E6, E7, E8, E9, E10, E11, E12, E13, E14, E15>, E7> getSixth()static <E1,E2, E3, E4, E5, E6, E7, E8, E9, E10, E11, E12, E13, E14, E15>
SixthAccessor<Quindecuple<E1,E2, E3, E4, E5, E6, E7, E8, E9, E10, E11, E12, E13, E14, E15>, E6> getTenth()static <E1,E2, E3, E4, E5, E6, E7, E8, E9, E10, E11, E12, E13, E14, E15>
TenthAccessor<Quindecuple<E1,E2, E3, E4, E5, E6, E7, E8, E9, E10, E11, E12, E13, E14, E15>, E10> getThird()static <E1,E2, E3, E4, E5, E6, E7, E8, E9, E10, E11, E12, E13, E14, E15>
ThirdAccessor<Quindecuple<E1,E2, E3, E4, E5, E6, E7, E8, E9, E10, E11, E12, E13, E14, E15>, E3> static <E1,E2, E3, E4, E5, E6, E7, E8, E9, E10, E11, E12, E13, E14, E15>
ThirteenthAccessor<Quindecuple<E1,E2, E3, E4, E5, E6, E7, E8, E9, E10, E11, E12, E13, E14, E15>, E13> static <E1,E2, E3, E4, E5, E6, E7, E8, E9, E10, E11, E12, E13, E14, E15>
TwelfthAccessor<Quindecuple<E1,E2, E3, E4, E5, E6, E7, E8, E9, E10, E11, E12, E13, E14, E15>, E12> default intsize()Methods inherited from interface com.redis.om.spring.tuple.Tuple
labelledMap, stream, streamOf
-
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() -
getFourteenth
E14 getFourteenth() -
getFifteenth
E15 getFifteenth() -
size
default int size()- Specified by:
sizein interfaceGenericTuple<E1>
-
get
- Specified by:
getin interfaceGenericTuple<E1>
-
getFirstGetter
static <E1,E2, FirstAccessor<Quindecuple<E1,E3, E4, E5, E6, E7, E8, E9, E10, E11, E12, E13, E14, E15> E2, getFirstGetter()E3, E4, E5, E6, E7, E8, E9, E10, E11, E12, E13, E14, E15>, E1> -
getSecondGetter
static <E1,E2, SecondAccessor<Quindecuple<E1,E3, E4, E5, E6, E7, E8, E9, E10, E11, E12, E13, E14, E15> E2, getSecondGetter()E3, E4, E5, E6, E7, E8, E9, E10, E11, E12, E13, E14, E15>, E2> -
getThirdGetter
static <E1,E2, ThirdAccessor<Quindecuple<E1,E3, E4, E5, E6, E7, E8, E9, E10, E11, E12, E13, E14, E15> E2, getThirdGetter()E3, E4, E5, E6, E7, E8, E9, E10, E11, E12, E13, E14, E15>, E3> -
getFourthGetter
static <E1,E2, FourthAccessor<Quindecuple<E1,E3, E4, E5, E6, E7, E8, E9, E10, E11, E12, E13, E14, E15> E2, getFourthGetter()E3, E4, E5, E6, E7, E8, E9, E10, E11, E12, E13, E14, E15>, E4> -
getFifthGetter
static <E1,E2, FifthAccessor<Quindecuple<E1,E3, E4, E5, E6, E7, E8, E9, E10, E11, E12, E13, E14, E15> E2, getFifthGetter()E3, E4, E5, E6, E7, E8, E9, E10, E11, E12, E13, E14, E15>, E5> -
getSixthGetter
static <E1,E2, SixthAccessor<Quindecuple<E1,E3, E4, E5, E6, E7, E8, E9, E10, E11, E12, E13, E14, E15> E2, getSixthGetter()E3, E4, E5, E6, E7, E8, E9, E10, E11, E12, E13, E14, E15>, E6> -
getSeventhGetter
static <E1,E2, SeventhAccessor<Quindecuple<E1,E3, E4, E5, E6, E7, E8, E9, E10, E11, E12, E13, E14, E15> E2, getSeventhGetter()E3, E4, E5, E6, E7, E8, E9, E10, E11, E12, E13, E14, E15>, E7> -
getEighthGetter
static <E1,E2, EighthAccessor<Quindecuple<E1,E3, E4, E5, E6, E7, E8, E9, E10, E11, E12, E13, E14, E15> E2, getEighthGetter()E3, E4, E5, E6, E7, E8, E9, E10, E11, E12, E13, E14, E15>, E8> -
getNinthGetter
static <E1,E2, NinthAccessor<Quindecuple<E1,E3, E4, E5, E6, E7, E8, E9, E10, E11, E12, E13, E14, E15> E2, getNinthGetter()E3, E4, E5, E6, E7, E8, E9, E10, E11, E12, E13, E14, E15>, E9> -
getTenthGetter
static <E1,E2, TenthAccessor<Quindecuple<E1,E3, E4, E5, E6, E7, E8, E9, E10, E11, E12, E13, E14, E15> E2, getTenthGetter()E3, E4, E5, E6, E7, E8, E9, E10, E11, E12, E13, E14, E15>, E10> -
getEleventhGetter
static <E1,E2, EleventhAccessor<Quindecuple<E1,E3, E4, E5, E6, E7, E8, E9, E10, E11, E12, E13, E14, E15> E2, getEleventhGetter()E3, E4, E5, E6, E7, E8, E9, E10, E11, E12, E13, E14, E15>, E11> -
getTwelfthGetter
static <E1,E2, TwelfthAccessor<Quindecuple<E1,E3, E4, E5, E6, E7, E8, E9, E10, E11, E12, E13, E14, E15> E2, getTwelfthGetter()E3, E4, E5, E6, E7, E8, E9, E10, E11, E12, E13, E14, E15>, E12> -
getThirteenthGetter
static <E1,E2, ThirteenthAccessor<Quindecuple<E1,E3, E4, E5, E6, E7, E8, E9, E10, E11, E12, E13, E14, E15> E2, getThirteenthGetter()E3, E4, E5, E6, E7, E8, E9, E10, E11, E12, E13, E14, E15>, E13> -
getFourteenthGetter
static <E1,E2, FourteenthAccessor<Quindecuple<E1,E3, E4, E5, E6, E7, E8, E9, E10, E11, E12, E13, E14, E15> E2, getFourteenthGetter()E3, E4, E5, E6, E7, E8, E9, E10, E11, E12, E13, E14, E15>, E14> -
getFifteenthGetter
static <E1,E2, FifteenthAccessor<Quindecuple<E1,E3, E4, E5, E6, E7, E8, E9, E10, E11, E12, E13, E14, E15> E2, getFifteenthGetter()E3, E4, E5, E6, E7, E8, E9, E10, E11, E12, E13, E14, E15>, E15>
-