Schema

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

Value members

Concrete methods

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

Inherited methods

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

Deprecated and Inherited methods

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