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