Empty

final case class Empty[Z]() extends CaseSet
Companion:
object
trait Serializable
trait Product
trait Equals
trait CaseSet
class Object
trait Matchable
class Any

Type members

Types

override type Accessors[Whole, Lens[_, _, _], Prism[_, _, _], Traversal[_, _]] = Unit
type EnumType = Z

Value members

Concrete methods

def ++[That](that: That)(implicit append: Append[Z, Empty[Z], That]): Out
override def :+:[A](head: Case[EnumType, A]): A :+: Empty[EnumType]
Definition Classes
Definition Classes
override def toMap: ListMap[String, Schema[_]]
Definition Classes
override def toSeq: Seq[Case[Z, _]]
Definition Classes
override def toString: String
Definition Classes
Any

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product