Empty

zio.schema.CaseSet.Empty
See theEmpty companion object
final case class Empty[Z]() extends CaseSet

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait CaseSet
class Object
trait Matchable
class Any
Show all
Self type
Empty[Z]

Members list

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]

Attributes

Definition Classes

Attributes

Definition Classes
override def toMap: ListMap[String, Schema[_]]

Attributes

Definition Classes
override def toSeq: Seq[Case[Z, _]]

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

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product