Field

zio.schema.Schema$.Field$
See theField companion trait
object Field

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Field.type

Members list

Concise view

Type members

Types

type WithFieldName[R, F <: Singleton & String, A] = Field[R, A] { type Field = F; }

Value members

Concrete methods

def apply[R, A](name0: String, schema0: Schema[A], annotations0: Chunk[Any], validation0: Validation[A], get0: R => A, set0: (R, A) => R): Field[R, A]
def unapply[R, A](field: Field[R, A]): Some[(String, Schema[A], Chunk[Any], Validation[A], R => A, (R, A) => R)]