Empty

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

Members list

Concise view

Type members

Types

override type Accessors[Whole, Lens[_, _, _], Prism[_, _, _], Traversal[_, _]] = Unit
override type Append[That <: FieldSet] = That
override type FieldNames = Any
override type Terms = Any

Inherited types

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Singleton

Attributes

Inherited from:
Singleton

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
type MirroredMonoType = Singleton.this.type

The mirrored *-type

The mirrored *-type

Attributes

Inherited from:
Singleton
type MirroredType = Singleton.this.type

Attributes

Inherited from:
Singleton

Value members

Concrete methods

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

Attributes

Definition Classes
override def :*:[A](head: Field[ListMap[String, _], A]): A :*: Empty

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

Create a new instance of type T with elements taken from product p.

Create a new instance of type T with elements taken from product p.

Attributes

Inherited from:
Singleton

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product