Uses of Interface
com.redis.om.spring.tuple.Hextuple
Packages that use Hextuple
Package
Description
-
Uses of Hextuple in com.redis.om.spring.tuple
Methods in com.redis.om.spring.tuple that return HextupleModifier and TypeMethodDescriptionstatic <T0,T1, T2, T3, T4, T5>
Hextuple<T0,T1, T2, T3, T4, T5> static <T0,T1, T2, T3, T4, T5>
Hextuple<T0,T1, T2, T3, T4, T5> Tuples.of(T0 e0, T1 e1, T2 e2, T3 e3, T4 e4, T5 e5) Methods in com.redis.om.spring.tuple that return types with arguments of type HextupleModifier and TypeMethodDescriptionstatic <E1,E2, E3, E4, E5, E6>
FifthAccessor<Hextuple<E1,E2, E3, E4, E5, E6>, E5> Hextuple.getFifthGetter()static <E1,E2, E3, E4, E5, E6>
FirstAccessor<Hextuple<E1,E2, E3, E4, E5, E6>, E1> Hextuple.getFirstGetter()static <E1,E2, E3, E4, E5, E6>
FourthAccessor<Hextuple<E1,E2, E3, E4, E5, E6>, E4> Hextuple.getFourthGetter()static <E1,E2, E3, E4, E5, E6>
SecondAccessor<Hextuple<E1,E2, E3, E4, E5, E6>, E2> Hextuple.getSecondGetter()static <E1,E2, E3, E4, E5, E6>
SixthAccessor<Hextuple<E1,E2, E3, E4, E5, E6>, E6> Hextuple.getSixthGetter()static <E1,E2, E3, E4, E5, E6>
ThirdAccessor<Hextuple<E1,E2, E3, E4, E5, E6>, E3> Hextuple.getThirdGetter()Fields.of(Function<T, T0> m0, Function<T, T1> m1, Function<T, T2> m2, Function<T, T3> m3, Function<T, T4> m4, Function<T, T5> m5) Tuples.toTuple(Function<T, T0> m0, Function<T, T1> m1, Function<T, T2> m2, Function<T, T3> m3, Function<T, T4> m4, Function<T, T5> m5) -
Uses of Hextuple in com.redis.om.spring.tuple.impl
Classes in com.redis.om.spring.tuple.impl that implement Hextuple -
Uses of Hextuple in com.redis.om.spring.tuple.impl.mapper
Methods in com.redis.om.spring.tuple.impl.mapper that return Hextuple