Sum

zio.schema.meta.ExtensibleMetaSchema.Sum
See theSum companion object
final case class Sum[BuiltIn <: TypeList](id: TypeId, path: NodePath, cases: Chunk[Labelled[BuiltIn]], optional: Boolean)(implicit builtInInstances: SchemaInstances[BuiltIn]) extends ExtensibleMetaSchema[BuiltIn]

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait ExtensibleMetaSchema[BuiltIn]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product
def toSchema: Schema[_]

Attributes

Inherited from:
ExtensibleMetaSchema
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
Inherited from:
ExtensibleMetaSchema

Implicits

Implicits

implicit val builtInInstances: SchemaInstances[BuiltIn]