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