LazySchema

final case class LazySchema[A](suspend: Lazy[Schema[A]]) extends Schema[A]
trait Serializable
trait Product
trait Equals
trait Schema[A]
class Object
trait Matchable
class Any

Value members

Concrete methods

Inherited methods

final def addHints(hints: Hints): Schema[A]
Inherited from:
Schema
final def addHints(hints: Hint*): Schema[A]
Inherited from:
Schema
final def compile[F[_]](fk: PolyFunction[Schema, F]): F[A]
Inherited from:
Schema
final def oneOf[Union]: PartiallyAppliedOneOf[Union, A]
Inherited from:
Schema
final def optional[Struct]: PartiallyAppliedOptional[Struct, A]
Inherited from:
Schema
Inherited from:
Product
final def required[Struct]: PartiallyAppliedRequired[Struct, A]
Inherited from:
Schema
Inherited from:
Schema
Inherited from:
Schema
final def validated[C](implicit constraint: Simple[C, A]): Schema[A]
Inherited from:
Schema
final def withId(namespace: String, name: String): Schema[A]
Inherited from:
Schema
final def withId(newId: ShapeId): Schema[A]
Inherited from:
Schema