object NodePath extends prelude.Subtype[Chunk[String]]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- NodePath
- Subtype
- Subtype
- Newtype
- NewtypeVersionSpecific
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
macro
def
apply(value: Chunk[String], values: Chunk[String]*): NonEmptyChunk[Type]
- Definition Classes
- NewtypeVersionSpecific
-
macro
def
apply(value: Chunk[String]): Type
- Definition Classes
- NewtypeVersionSpecific
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
macro
def
assert(assertion: Assertion[Chunk[String]]): QuotedAssertion[Chunk[String]]
- Definition Classes
- NewtypeVersionSpecific
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
derive[TypeClass[_]](implicit instance: TypeClass[Chunk[String]]): TypeClass[Type]
- Attributes
- protected
- Definition Classes
- Newtype
- val empty: NodePath
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
macro
def
make(value: Chunk[String]): Validation[String, Type]
- Definition Classes
- NewtypeVersionSpecific
-
macro
def
makeAll[F[+_]](value: F[Chunk[String]])(implicit arg0: ForEach[F]): Validation[String, F[Type]]
- Definition Classes
- NewtypeVersionSpecific
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val root: NodePath
-
val
subtype: Subtype[Chunk[String]]
- Definition Classes
- Subtype
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
unapply(value: Type): Some[Chunk[String]]
- Definition Classes
- Newtype
-
def
unwrap(value: Type): Chunk[String]
- Definition Classes
- Subtype → Newtype
-
def
unwrapAll[F[_]](value: F[Type]): F[Chunk[String]]
- Definition Classes
- Subtype → Newtype
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
wrap(value: Chunk[String]): Type
- Attributes
- protected
- Definition Classes
- Newtype
-
macro
def
wrapAll[F[_]](value: F[Chunk[String]]): F[Type]
- Definition Classes
- NewtypeVersionSpecific