Packages

final case class NamespaceName(nel: NonEmptyList[String]) extends Product with Serializable

Source
NamespaceName.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NamespaceName
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new NamespaceName(nel: NonEmptyList[String])

Value Members

  1. def asString: String
  2. def hierarchy: List[NamespaceName]
  3. def isRoot: Boolean
  4. def isSubordinate(other: NamespaceName): Boolean
  5. def parent: Option[NamespaceName]
  6. def root: NamespaceName