Packages

o

zio.schema.meta

NodePath

object NodePath extends Subtype[Chunk[String]]

Linear Supertypes
Subtype[Chunk[String]], Newtype[Chunk[String]], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NodePath
  2. Subtype
  3. Newtype
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. abstract type Base <: Chunk[String]
    Definition Classes
    Subtype → Newtype
  2. implicit final class NodePathSyntax extends AnyVal
  3. trait Tag extends Any
    Definition Classes
    Newtype
  4. type Type = Base with Tag
    Definition Classes
    Newtype
  5. type Wrapped = Chunk[String]
    Definition Classes
    Newtype

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. macro def apply(value: Chunk[String], values: Chunk[String]*): NonEmptyChunk[Type]
    Definition Classes
    Newtype
  5. macro def apply(value: Chunk[String]): Type
    Definition Classes
    Newtype
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. macro def assert(assertion: Assertion[Chunk[String]]): QuotedAssertion[Chunk[String]]
    Definition Classes
    Newtype
  8. def assertion: QuotedAssertion[Chunk[String]]
    Definition Classes
    Newtype
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  10. def derive[TypeClass[_]](implicit instance: TypeClass[Chunk[String]]): TypeClass[Type]
    Attributes
    protected
    Definition Classes
    Newtype
  11. val empty: NodePath
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. macro def make(value: Chunk[String]): Validation[String, Type]
    Definition Classes
    Newtype
  19. macro def makeAll[F[+_]](value: F[Chunk[String]])(implicit arg0: ForEach[F]): Validation[String, F[Type]]
    Definition Classes
    Newtype
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. val root: NodePath
  24. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  25. def toString(): String
    Definition Classes
    AnyRef → Any
  26. def unapply(value: Type): Some[Chunk[String]]
    Definition Classes
    Newtype
  27. def unwrap(value: Type): Chunk[String]
    Definition Classes
    Newtype
  28. def unwrapAll[F[_]](value: F[Type]): F[Chunk[String]]
    Definition Classes
    Newtype
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  32. def wrap(value: Chunk[String]): Type
    Attributes
    protected
    Definition Classes
    Newtype
  33. macro def wrapAll[F[_]](value: F[Chunk[String]]): F[Type]
    Definition Classes
    Newtype

Inherited from Subtype[Chunk[String]]

Inherited from Newtype[Chunk[String]]

Inherited from AnyRef

Inherited from Any

Ungrouped