TupleSchemas

com.sksamuel.avro4s.schemas.TupleSchemas
trait TupleSchemas

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object SchemaFor

Members list

Givens

Givens

given given_SchemaFor_Tuple2[A, B](using a: SchemaFor[A], b: SchemaFor[B]): SchemaFor[(A, B)]
given given_SchemaFor_Tuple3[A, B, C](using a: SchemaFor[A], b: SchemaFor[B], c: SchemaFor[C]): SchemaFor[(A, B, C)]
given given_SchemaFor_Tuple4[A, B, C, D](using a: SchemaFor[A], b: SchemaFor[B], c: SchemaFor[C], d: SchemaFor[D]): SchemaFor[(A, B, C, D)]
given given_SchemaFor_Tuple5[A, B, C, D, E](using a: SchemaFor[A], b: SchemaFor[B], c: SchemaFor[C], d: SchemaFor[D], e: SchemaFor[E]): SchemaFor[(A, B, C, D, E)]
given given_SchemaFor_Tuple6[A, B, C, D, E, F](using a: SchemaFor[A], b: SchemaFor[B], c: SchemaFor[C], d: SchemaFor[D], e: SchemaFor[E], f: SchemaFor[F]): SchemaFor[(A, B, C, D, E, F)]