Empty

@SerialVersionUID(0L)
case object Empty extends Kind
trait Singleton
trait Product
trait Mirror
trait Kind
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Empty.type

Type members

Types

type ValueType = Nothing

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 isDefined: Boolean
Definition Classes
override def isEmpty: Boolean
Definition Classes
override def number: Int
Definition Classes
override def value: Nothing
Definition Classes

Inherited methods

def boolValue: Option[Boolean]
Inherited from:
Kind
def fromProduct(p: Product): MirroredMonoType
Inherited from:
Singleton
def isBoolValue: Boolean
Inherited from:
Kind
def isListValue: Boolean
Inherited from:
Kind
def isNullValue: Boolean
Inherited from:
Kind
def isNumberValue: Boolean
Inherited from:
Kind
def isStringValue: Boolean
Inherited from:
Kind
def isStructValue: Boolean
Inherited from:
Kind
def listValue: Option[ListValue]
Inherited from:
Kind
def nullValue: Option[NullValue]
Inherited from:
Kind
def numberValue: Option[Double]
Inherited from:
Kind
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
def stringValue: Option[String]
Inherited from:
Kind
def structValue: Option[Struct]
Inherited from:
Kind
def valueOption: Option[ValueType]
Inherited from:
GeneratedOneof