Package com.redis.om.spring.tuple
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
-
Method Summary
Modifier and TypeMethodDescriptiondefault Objectget(int index) 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> 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> getFifth()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> getFirst()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> 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> getNinth()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> 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> 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> getSixth()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> getTenth()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> getThird()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> 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> 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> 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() -
size
default int size()- Specified by:
sizein interfaceGenericTuple<E1>
-
get
- Specified by:
getin interfaceGenericTuple<E1>
-
getFirstGetter
static <E1,E2, FirstAccessor<Tredecuple<E1,E3, E4, E5, E6, E7, E8, E9, E10, E11, E12, E13> E2, getFirstGetter()E3, E4, E5, E6, E7, E8, E9, E10, E11, E12, E13>, E1> -
getSecondGetter
static <E1,E2, SecondAccessor<Tredecuple<E1,E3, E4, E5, E6, E7, E8, E9, E10, E11, E12, E13> E2, getSecondGetter()E3, E4, E5, E6, E7, E8, E9, E10, E11, E12, E13>, E2> -
getThirdGetter
static <E1,E2, ThirdAccessor<Tredecuple<E1,E3, E4, E5, E6, E7, E8, E9, E10, E11, E12, E13> E2, getThirdGetter()E3, E4, E5, E6, E7, E8, E9, E10, E11, E12, E13>, E3> -
getFourthGetter
static <E1,E2, FourthAccessor<Tredecuple<E1,E3, E4, E5, E6, E7, E8, E9, E10, E11, E12, E13> E2, getFourthGetter()E3, E4, E5, E6, E7, E8, E9, E10, E11, E12, E13>, E4> -
getFifthGetter
static <E1,E2, FifthAccessor<Tredecuple<E1,E3, E4, E5, E6, E7, E8, E9, E10, E11, E12, E13> E2, getFifthGetter()E3, E4, E5, E6, E7, E8, E9, E10, E11, E12, E13>, E5> -
getSixthGetter
static <E1,E2, SixthAccessor<Tredecuple<E1,E3, E4, E5, E6, E7, E8, E9, E10, E11, E12, E13> E2, getSixthGetter()E3, E4, E5, E6, E7, E8, E9, E10, E11, E12, E13>, E6> -
getSeventhGetter
static <E1,E2, SeventhAccessor<Tredecuple<E1,E3, E4, E5, E6, E7, E8, E9, E10, E11, E12, E13> E2, getSeventhGetter()E3, E4, E5, E6, E7, E8, E9, E10, E11, E12, E13>, E7> -
getEighthGetter
static <E1,E2, EighthAccessor<Tredecuple<E1,E3, E4, E5, E6, E7, E8, E9, E10, E11, E12, E13> E2, getEighthGetter()E3, E4, E5, E6, E7, E8, E9, E10, E11, E12, E13>, E8> -
getNinthGetter
static <E1,E2, NinthAccessor<Tredecuple<E1,E3, E4, E5, E6, E7, E8, E9, E10, E11, E12, E13> E2, getNinthGetter()E3, E4, E5, E6, E7, E8, E9, E10, E11, E12, E13>, E9> -
getTenthGetter
static <E1,E2, TenthAccessor<Tredecuple<E1,E3, E4, E5, E6, E7, E8, E9, E10, E11, E12, E13> E2, getTenthGetter()E3, E4, E5, E6, E7, E8, E9, E10, E11, E12, E13>, E10> -
getEleventhGetter
static <E1,E2, EleventhAccessor<Tredecuple<E1,E3, E4, E5, E6, E7, E8, E9, E10, E11, E12, E13> E2, getEleventhGetter()E3, E4, E5, E6, E7, E8, E9, E10, E11, E12, E13>, E11> -
getTwelfthGetter
static <E1,E2, TwelfthAccessor<Tredecuple<E1,E3, E4, E5, E6, E7, E8, E9, E10, E11, E12, E13> E2, getTwelfthGetter()E3, E4, E5, E6, E7, E8, E9, E10, E11, E12, E13>, E12> -
getThirteenthGetter
static <E1,E2, ThirteenthAccessor<Tredecuple<E1,E3, E4, E5, E6, E7, E8, E9, E10, E11, E12, E13> E2, getThirteenthGetter()E3, E4, E5, E6, E7, E8, E9, E10, E11, E12, E13>, E13>
-