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