Schema

class Schema() extends Schema[[F[_]] =>> Schematic[F], OffsetDateTime]
trait Schema[[F[_]] =>> Schematic[F], OffsetDateTime]
class Object
trait Matchable
class Any
object offsetDateTime.type

Value members

Concrete methods

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

Inherited methods

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

Deprecated and Inherited methods

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