:*:

zio.schema.FieldSet$.:*:
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

Members list

Concise view

Type members

Types

override type Accessors[Whole, Lens[_, _, _], Prism[_, _, _], Traversal[_, _]] = (Lens[Field, Whole, A], Accessors[Whole, Lens, Prism, Traversal])
override type Append[That <: FieldSet] = A :*: Append[That]
override type FieldNames = Field & FieldNames
override type Terms = (Field, A) & Terms

Value members

Concrete methods

override def ++[That <: FieldSet](that: That): Append[That]

Attributes

Definition Classes
override def :*:[B](head2: Field[ListMap[String, _], B]): B :*: A :*: T

Attributes

Definition Classes

Attributes

Definition Classes
override def toChunk: Chunk[Field[ListMap[String, _], _]]

Attributes

Definition Classes
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns:

a string representation of the object.

Definition Classes
Any

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product