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