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