object Root extends Path with Product with Serializable

Root extractor:

Path("/") match {
  case Root => ...
}
Source
Path.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Root
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Path
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def /(child: String): /
    Definition Classes
    Path
  2. def lastOption: None.type
    Definition Classes
    RootPath
  3. def parent: Path
    Definition Classes
    RootPath
  4. def startsWith(other: Path): Boolean
    Definition Classes
    RootPath
  5. def toList: List[String]
    Definition Classes
    RootPath
  6. def toString(): String
    Definition Classes
    Root → AnyRef → Any