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