Uses of Interface
com.redis.om.spring.tuple.Duodecuple
Packages that use Duodecuple
Package
Description
-
Uses of Duodecuple in com.redis.om.spring.tuple
Methods in com.redis.om.spring.tuple that return DuodecupleModifier and TypeMethodDescriptionstatic <T0,T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>
Duodecuple<T0,T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11> Tuples.of(String[] labels, T0 e0, T1 e1, T2 e2, T3 e3, T4 e4, T5 e5, T6 e6, T7 e7, T8 e8, T9 e9, T10 e10, T11 e11) static <T0,T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>
Duodecuple<T0,T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11> Tuples.of(T0 e0, T1 e1, T2 e2, T3 e3, T4 e4, T5 e5, T6 e6, T7 e7, T8 e8, T9 e9, T10 e10, T11 e11) Methods in com.redis.om.spring.tuple that return types with arguments of type DuodecupleModifier and TypeMethodDescriptionstatic <E1,E2, E3, E4, E5, E6, E7, E8, E9, E10, E11, E12>
EighthAccessor<Duodecuple<E1,E2, E3, E4, E5, E6, E7, E8, E9, E10, E11, E12>, E8> Duodecuple.getEighthGetter()static <E1,E2, E3, E4, E5, E6, E7, E8, E9, E10, E11, E12>
EleventhAccessor<Duodecuple<E1,E2, E3, E4, E5, E6, E7, E8, E9, E10, E11, E12>, E11> Duodecuple.getEleventhGetter()static <E1,E2, E3, E4, E5, E6, E7, E8, E9, E10, E11, E12>
FifthAccessor<Duodecuple<E1,E2, E3, E4, E5, E6, E7, E8, E9, E10, E11, E12>, E5> Duodecuple.getFifthGetter()static <E1,E2, E3, E4, E5, E6, E7, E8, E9, E10, E11, E12>
FirstAccessor<Duodecuple<E1,E2, E3, E4, E5, E6, E7, E8, E9, E10, E11, E12>, E1> Duodecuple.getFirstGetter()static <E1,E2, E3, E4, E5, E6, E7, E8, E9, E10, E11, E12>
FourthAccessor<Duodecuple<E1,E2, E3, E4, E5, E6, E7, E8, E9, E10, E11, E12>, E4> Duodecuple.getFourthGetter()static <E1,E2, E3, E4, E5, E6, E7, E8, E9, E10, E11, E12>
NinthAccessor<Duodecuple<E1,E2, E3, E4, E5, E6, E7, E8, E9, E10, E11, E12>, E9> Duodecuple.getNinthGetter()static <E1,E2, E3, E4, E5, E6, E7, E8, E9, E10, E11, E12>
SecondAccessor<Duodecuple<E1,E2, E3, E4, E5, E6, E7, E8, E9, E10, E11, E12>, E2> Duodecuple.getSecondGetter()static <E1,E2, E3, E4, E5, E6, E7, E8, E9, E10, E11, E12>
SeventhAccessor<Duodecuple<E1,E2, E3, E4, E5, E6, E7, E8, E9, E10, E11, E12>, E7> Duodecuple.getSeventhGetter()static <E1,E2, E3, E4, E5, E6, E7, E8, E9, E10, E11, E12>
SixthAccessor<Duodecuple<E1,E2, E3, E4, E5, E6, E7, E8, E9, E10, E11, E12>, E6> Duodecuple.getSixthGetter()static <E1,E2, E3, E4, E5, E6, E7, E8, E9, E10, E11, E12>
TenthAccessor<Duodecuple<E1,E2, E3, E4, E5, E6, E7, E8, E9, E10, E11, E12>, E10> Duodecuple.getTenthGetter()static <E1,E2, E3, E4, E5, E6, E7, E8, E9, E10, E11, E12>
ThirdAccessor<Duodecuple<E1,E2, E3, E4, E5, E6, E7, E8, E9, E10, E11, E12>, E3> Duodecuple.getThirdGetter()static <E1,E2, E3, E4, E5, E6, E7, E8, E9, E10, E11, E12>
TwelfthAccessor<Duodecuple<E1,E2, E3, E4, E5, E6, E7, E8, E9, E10, E11, E12>, E12> Duodecuple.getTwelfthGetter()static <T,T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>
Function<T,Duodecuple<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>> 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, Function<T, T8> m8, Function<T, T9> m9, Function<T, T10> m10, Function<T, T11> m11) static <T,T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>
Function<T,Duodecuple<T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>> 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, Function<T, T8> m8, Function<T, T9> m9, Function<T, T10> m10, Function<T, T11> m11) -
Uses of Duodecuple in com.redis.om.spring.tuple.impl
Classes in com.redis.om.spring.tuple.impl that implement DuodecupleModifier and TypeClassDescriptionfinal classDuodecupleImpl<T0,T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11> -
Uses of Duodecuple in com.redis.om.spring.tuple.impl.mapper
Methods in com.redis.om.spring.tuple.impl.mapper that return Duodecuple