Schema

object Schema extends Schema[[F[_]] =>> Schematic[F], Boolean]
trait Schema[[F[_]] =>> Schematic[F], Boolean]
class Object
trait Matchable
class Any
Schema.type

Value members

Concrete methods

def compile[F[_]](s: Schematic[F]): F[Boolean]

Inherited methods

final def apply[F[_]](s: Schematic[F]): F[Boolean]
Inherited from:
Schema
final def oneOf[Union]: OneOfPartiallyApplied[[F[_]] =>> Schematic[F], Union, Boolean]
Inherited from:
Schema
final def optional[Struct]: OptionalPartiallyApplied[[F[_]] =>> Schematic[F], Struct, Boolean]
Inherited from:
Schema
final def required[Struct]: RequiredPartiallyApplied[[F[_]] =>> Schematic[F], Struct, Boolean]
Inherited from:
Schema

Deprecated and Inherited methods

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