Schema

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

Value members

Concrete methods

def addHints(other: Hints): Schema[S, A]
def compile[F[_]](s: S[F]): F[A]

Inherited methods

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

Deprecated and Inherited methods

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