Empty

case object Empty extends FieldSet
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait FieldSet
class Object
trait Matchable
class Any
Empty.type

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

type MirroredElemLabels = EmptyTuple
Inherited from:
Singleton
type MirroredElemTypes = EmptyTuple
Inherited from:
Singleton
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror
type MirroredMonoType = Singleton
Inherited from:
Singleton
type MirroredType = Singleton
Inherited from:
Singleton

Value members

Concrete methods

override def ++[That <: FieldSet](that: That): Append[That]
Definition Classes
override def :*:[A](head: Field[ListMap[String, _], A]): A :*: Empty
Definition Classes
override def makeAccessors(whole: Record[ListMap[String, _]], b: AccessorBuilder): Accessors[ListMap[String, _], Lens, Prism, Traversal]
Definition Classes
override def toChunk: Chunk[Field[ListMap[String, _], _]]
Definition Classes
override def toString: String
Definition Classes
Any

Inherited methods

def fromProduct(p: Product): MirroredMonoType
Inherited from:
Singleton
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product