struct10

class struct10[S <: ([x[_]] =>> Schematic[x]), Z, A0, A1, A2, A3, A4, A5, A6, A7, A8, A9](a0: StructureField[S, Z, A0], a1: StructureField[S, Z, A1], a2: StructureField[S, Z, A2], a3: StructureField[S, Z, A3], a4: StructureField[S, Z, A4], a5: StructureField[S, Z, A5], a6: StructureField[S, Z, A6], a7: StructureField[S, Z, A7], a8: StructureField[S, Z, A8], a9: StructureField[S, Z, A9], const: (A0, A1, A2, A3, A4, A5, A6, A7, A8, A9) => Z) extends Schema[S, Z]
trait Schema[S, Z]
class Object
trait Matchable
class Any

Value members

Concrete methods

def compile[F[_]](s: S[F]): F[Z]

Inherited methods

final
def apply[F[_]](s: S[F]): F[Z]
Inherited from
Schema
final
def oneOf[Union]: OneOfPartiallyApplied[S, Union, Z]
Inherited from
Schema
final
def optional[Struct]: OptionalPartiallyApplied[S, Struct, Z]
Inherited from
Schema
final
def required[Struct]: RequiredPartiallyApplied[S, Struct, Z]
Inherited from
Schema

Deprecated and Inherited methods

@deprecated("use compile instead")
final
def form[F[_]](s: S[F]): F[Z]
Deprecated
Inherited from
Schema