default <A,NewValues extends HList.HCons<A,Values>> Schema<NewValues> |
Schema.add(TypeSafeKey<?,A> key) |
|
static <A> Schema<SingletonHList<A>> |
Schema.schema(TypeSafeKey<?,A> key) |
|
static <A,B> Schema<Tuple2<A,B>> |
Schema.schema(TypeSafeKey<?,A> aKey,
TypeSafeKey<?,B> bKey) |
|
static <A,B,C> Schema<Tuple3<A,B,C>> |
Schema.schema(TypeSafeKey<?,A> aKey,
TypeSafeKey<?,B> bKey,
TypeSafeKey<?,C> cKey) |
|
static <A,B,C,D> Schema<Tuple4<A,B,C,D>> |
Schema.schema(TypeSafeKey<?,A> aKey,
TypeSafeKey<?,B> bKey,
TypeSafeKey<?,C> cKey,
TypeSafeKey<?,D> dKey) |
|
static <A,B,C,D,E> Schema<Tuple5<A,B,C,D,E>> |
Schema.schema(TypeSafeKey<?,A> aKey,
TypeSafeKey<?,B> bKey,
TypeSafeKey<?,C> cKey,
TypeSafeKey<?,D> dKey,
TypeSafeKey<?,E> eKey) |
|
static <A,B,C,D,E,F> Schema<Tuple6<A,B,C,D,E,F>> |
Schema.schema(TypeSafeKey<?,A> aKey,
TypeSafeKey<?,B> bKey,
TypeSafeKey<?,C> cKey,
TypeSafeKey<?,D> dKey,
TypeSafeKey<?,E> eKey,
TypeSafeKey<?,F> fKey) |
|
static <A,B,C,D,E,F,G> Schema<Tuple7<A,B,C,D,E,F,G>> |
Schema.schema(TypeSafeKey<?,A> aKey,
TypeSafeKey<?,B> bKey,
TypeSafeKey<?,C> cKey,
TypeSafeKey<?,D> dKey,
TypeSafeKey<?,E> eKey,
TypeSafeKey<?,F> fKey,
TypeSafeKey<?,G> gKey) |
|
static <A,B,C,D,E,F,G,H> Schema<Tuple8<A,B,C,D,E,F,G,H>> |
Schema.schema(TypeSafeKey<?,A> aKey,
TypeSafeKey<?,B> bKey,
TypeSafeKey<?,C> cKey,
TypeSafeKey<?,D> dKey,
TypeSafeKey<?,E> eKey,
TypeSafeKey<?,F> fKey,
TypeSafeKey<?,G> gKey,
TypeSafeKey<?,H> hKey) |
|