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