final case class NamespaceName(nel: NonEmptyList[String]) extends Product with Serializable
- Source
- NamespaceName.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- NamespaceName
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new NamespaceName(nel: NonEmptyList[String])
Value Members
- def asString: String
- def hierarchy: List[NamespaceName]
- def isRoot: Boolean
- def isSubordinate(other: NamespaceName): Boolean
- def parent: Option[NamespaceName]
- def root: NamespaceName