Empty

zio.schema.FieldSet.Empty
case object Empty extends FieldSet

Attributes

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

Members list

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
type MirroredMonoType = Singleton.this.type

The mirrored *-type

The mirrored *-type

Attributes

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

Attributes

Inherited from:
Singleton

Inherited and Abstract types

type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

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
override def makeAccessors(whole: Record[ListMap[String, _]], b: AccessorBuilder): Accessors[ListMap[String, _], b.Lens, b.Prism, b.Traversal]

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

def fromProduct(p: Product): MirroredMonoType

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
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product