Record

final case class Record[R](value: FreeApplicative[[_] =>> Field[R, _$24], R]) extends Schema[R]
trait Serializable
trait Product
trait Equals
trait Schema[R]
class Object
trait Matchable
class Any

Value members

Inherited methods

def asList(reference: Option[Reference], min: Option[Int], max: Option[Int]): Schema[List[R]]
Inherited from
Schema
def asSeq(reference: Option[Reference], min: Option[Int], max: Option[Int]): Schema[Seq[R]]
Inherited from
Schema
def asVector(reference: Option[Reference], min: Option[Int], max: Option[Int]): Schema[Vector[R]]
Inherited from
Schema
def at(field: String, ref: Option[Reference]): Schema[R]
Inherited from
Schema
def compiled: Schema
Inherited from
Schema
def decode(json: Json): Result[R]
Inherited from
Schema
def decoder: Decoder[R]
Inherited from
Schema
def encode(a: R): Json
Inherited from
Schema
def encoder: Encoder[R]
Inherited from
Schema
def imap[B](f: R => B)(g: B => R): Schema[B]
Inherited from
Schema
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
def reference(ref: Reference): Schema[R]
Inherited from
Schema
def validate(json: Json): ValidatedNel[ValidationError, Json]
Inherited from
Schema
def validateDecode(json: Json): ValidatedNel[ValidationError, R]
Inherited from
Schema
def xmap[B](f: R => Result[B])(g: B => R): Schema[B]
Inherited from
Schema

Inherited fields

val compiled_: Eval[Schema]
Inherited from
Schema
val decoder_: Eval[Decoder[R]]
Inherited from
Schema
val encoder_: Eval[Encoder[R]]
Inherited from
Schema