FieldSet

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

Attributes

Companion:
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

final case class :*:[A, +T <: FieldSet](head: Field[ListMap[String, _], A], tail: T) extends FieldSet

Attributes

Graph
Supertypes
trait Product
trait Equals
trait FieldSet
class Object
trait Matchable
class Any
Self type
A :*: T
case object Empty extends FieldSet

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Product
trait Equals
trait FieldSet
class Object
trait Matchable
class Any
Self type
Empty.type

Types

type Cons[A, +T <: FieldSet] = A :*: T
type Empty = Empty.type

Inherited types

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def apply(fields: Field[ListMap[String, _], _]*): FieldSet
def fromFields(fields: Field[ListMap[String, _], _] { type Field <: Singleton & String; }*): FieldSet

Concrete fields

val Cons: :*:.type