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