NodePath

zio.schema.meta.NodePath
object NodePath extends Subtype[Chunk[String]]

Attributes

Graph
Supertypes
class Subtype[Chunk[String]]
class Newtype[Chunk[String]]
class Object
trait Matchable
class Any
Show all
Self type
NodePath.type

Members list

Type members

Classlikes

final implicit class NodePathSyntax(self: NodePath) extends AnyVal

Attributes

Supertypes
class AnyVal
trait Matchable
class Any

Inherited types

type Type <: A

Attributes

Inherited from:
Subtype

Value members

Inherited methods

inline def apply(inline a1: Chunk[String], inline a2: Chunk[String], inline a3: Chunk[String], inline a4: Chunk[String], inline a5: Chunk[String], inline a6: Chunk[String]): NonEmptyChunk[Type]

Attributes

Inherited from:
NewtypeCustom
inline def apply(inline a1: Chunk[String], inline a2: Chunk[String], inline a3: Chunk[String], inline a4: Chunk[String], inline a5: Chunk[String]): NonEmptyChunk[Type]

Attributes

Inherited from:
NewtypeCustom
inline def apply(inline a1: Chunk[String], inline a2: Chunk[String], inline a3: Chunk[String], inline a4: Chunk[String]): NonEmptyChunk[Type]

Attributes

Inherited from:
NewtypeCustom
inline def apply(inline a1: Chunk[String], inline a2: Chunk[String], inline a3: Chunk[String]): NonEmptyChunk[Type]

Attributes

Inherited from:
NewtypeCustom
inline def apply(inline a1: Chunk[String], inline a2: Chunk[String]): NonEmptyChunk[Type]

Attributes

Inherited from:
NewtypeCustom
inline def apply(inline a1: Chunk[String]): Type

Converts an instance of the underlying type to an instance of the newtype.

Converts an instance of the underlying type to an instance of the newtype.

Attributes

Inherited from:
NewtypeCustom

Attributes

Inherited from:
Newtype
def derive[TypeClass[_]](implicit instance: TypeClass[Chunk[String]]): TypeClass[Type]

Derives an instance of a type class for the new type given an instance of the type class for the underlying type. The caller is responsible for the type class being a valid instance for the new type.

Derives an instance of a type class for the new type given an instance of the type class for the underlying type. The caller is responsible for the type class being a valid instance for the new type.

Attributes

Inherited from:
NewtypeCustom

Attributes

Inherited from:
NewtypeCustom

Attributes

Inherited from:
NewtypeCustom
def unapply(value: Type): Some[A]

Allows pattern matching on newtype instances to convert them back to instances of the underlying type.

Allows pattern matching on newtype instances to convert them back to instances of the underlying type.

Attributes

Inherited from:
NewtypeCustom
def unwrap(value: Type): A

Converts an instance of the newtype back to an instance of the underlying type.

Converts an instance of the newtype back to an instance of the underlying type.

Attributes

Inherited from:
NewtypeCustom
def unwrapAll[F[_]](value: F[Type]): F[A]

Converts an instance of a type parameterized on the newtype back to an instance of a type parameterized on the underlying type. For example, this could be used to convert a list of instances of the newtype back to a list of instances of the underlying type.

Converts an instance of a type parameterized on the newtype back to an instance of a type parameterized on the underlying type. For example, this could be used to convert a list of instances of the newtype back to a list of instances of the underlying type.

Attributes

Inherited from:
NewtypeCustom

Function that will used to check runtime values before lifting them into the newtype. Should be consistent with validateInline.

Function that will used to check runtime values before lifting them into the newtype. Should be consistent with validateInline.

Attributes

Inherited from:
Newtype
inline protected def validateInline(inline value: Chunk[String]): Unit

Function that will be used to check compile-time values before lifting them into the newtype. Should be consistent with validate.

Function that will be used to check compile-time values before lifting them into the newtype. Should be consistent with validate.

Attributes

Inherited from:
Newtype

Converts an instance of the underlying type to an instance of the newtype. Ignores the assertion.

Converts an instance of the underlying type to an instance of the newtype. Ignores the assertion.

Attributes

Inherited from:
NewtypeCustom
def wrapAll[F[_]](value: F[Chunk[String]]): F[Type]

Converts an instance of a type parameterized on the underlying type to an instance of a type parameterized on the newtype.

Converts an instance of a type parameterized on the underlying type to an instance of a type parameterized on the newtype.

Attributes

Inherited from:
NewtypeCustom

Concrete fields

val root: NodePath

Implicits

Implicits

final implicit def NodePathSyntax(self: NodePath): NodePathSyntax

Inherited implicits

implicit def classTag(implicit underlying: ClassTag[Chunk[String]]): ClassTag[Type]

Attributes

Inherited from:
NewtypeCustom