Schema

class Schema[S <: ([x[_]] =>> Schematic[x]), A](a: Schema[S, A]) extends Schema[S, Vector[A]]
trait Schema[S, Vector[A]]
class Object
trait Matchable
class Any

Value members

Concrete methods

def compile[F[_]](s: S[F]): F[Vector[A]]

Inherited methods

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

Deprecated and Inherited methods

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