Uses of Interface
com.redis.om.spring.tuple.Septuple
Packages that use Septuple
Package
Description
-
Uses of Septuple in com.redis.om.spring.tuple
Methods in com.redis.om.spring.tuple that return SeptupleModifier and TypeMethodDescriptionstatic <T0,T1, T2, T3, T4, T5, T6>
Septuple<T0,T1, T2, T3, T4, T5, T6> static <T0,T1, T2, T3, T4, T5, T6>
Septuple<T0,T1, T2, T3, T4, T5, T6> Tuples.of(T0 e0, T1 e1, T2 e2, T3 e3, T4 e4, T5 e5, T6 e6) Methods in com.redis.om.spring.tuple that return types with arguments of type SeptupleModifier and TypeMethodDescriptionstatic <E1,E2, E3, E4, E5, E6, E7>
FifthAccessor<Septuple<E1,E2, E3, E4, E5, E6, E7>, E5> Septuple.getFifthGetter()static <E1,E2, E3, E4, E5, E6, E7>
FirstAccessor<Septuple<E1,E2, E3, E4, E5, E6, E7>, E1> Septuple.getFirstGetter()static <E1,E2, E3, E4, E5, E6, E7>
FourthAccessor<Septuple<E1,E2, E3, E4, E5, E6, E7>, E4> Septuple.getFourthGetter()static <E1,E2, E3, E4, E5, E6, E7>
SecondAccessor<Septuple<E1,E2, E3, E4, E5, E6, E7>, E2> Septuple.getSecondGetter()static <E1,E2, E3, E4, E5, E6, E7>
SeventhAccessor<Septuple<E1,E2, E3, E4, E5, E6, E7>, E7> Septuple.getSeventhGetter()static <E1,E2, E3, E4, E5, E6, E7>
SixthAccessor<Septuple<E1,E2, E3, E4, E5, E6, E7>, E6> Septuple.getSixthGetter()static <E1,E2, E3, E4, E5, E6, E7>
ThirdAccessor<Septuple<E1,E2, E3, E4, E5, E6, E7>, E3> Septuple.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, Function<T, T6> m6) 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, Function<T, T6> m6) -
Uses of Septuple in com.redis.om.spring.tuple.impl
Classes in com.redis.om.spring.tuple.impl that implement Septuple -
Uses of Septuple in com.redis.om.spring.tuple.impl.mapper
Methods in com.redis.om.spring.tuple.impl.mapper that return Septuple