localDate

object localDate extends Schema
class Schema
trait Schema[[F[_]] =>> Schematic[F], LocalDate]
class Object
trait Matchable
class Any

Value members

Inherited methods

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

Deprecated and Inherited methods

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