FieldSet

zio.schema.FieldSet
See theFieldSet companion object
sealed trait FieldSet

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class A :*: T
object Empty.type

Members list

Concise view

Type members

Types

type Accessors[Whole, Lens[_, _, _], Prism[_, _, _], Traversal[_, _]]
type Append[That <: FieldSet] <: FieldSet
type Terms

Value members

Abstract methods

def ++[That <: FieldSet](that: That): Append[That]
def :*:[A](head: Field[ListMap[String, _], A]): A :*: FieldSet