ExtensibleMetaSchema

zio.schema.meta.ExtensibleMetaSchema
See theExtensibleMetaSchema companion object
sealed trait ExtensibleMetaSchema[BuiltIn <: TypeList]

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Dictionary[BuiltIn]
class Either[BuiltIn]
class FailNode[BuiltIn]
class Known[BuiltIn]
class ListNode[BuiltIn]
class Product[BuiltIn]
class Ref[BuiltIn]
class Sum[BuiltIn]
class Tuple[BuiltIn]
class Value[BuiltIn]
Self type

Members list

Concise view

Value members

Abstract methods

Concrete methods

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