object NamespaceName extends Serializable
- Source
- NamespaceName.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- NamespaceName
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- implicit val NamespaceNameOrder: Order[NamespaceName]
- implicit val NamespaceNameordering: Ordering[NamespaceName]
- def apply(root: String, rest: List[String]): NamespaceName
- def apply(root: String): NamespaceName
- def fromList(ls: List[String]): Either[InvalidNamespaceName, NamespaceName]
- def fromString(str: String): Either[InvalidNamespaceName, NamespaceName]