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