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