final case class /(parent: Path, child: String) extends Path with Product with Serializable

Source
Path.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. /
  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

Instance Constructors

  1. new /(parent: Path, child: String)

Value Members

  1. def /(child: String): /
    Definition Classes
    Path
  2. lazy val asString: String
  3. val child: String
  4. def lastOption: Some[String]
    Definition Classes
    /Path
  5. val parent: Path
    Definition Classes
    /Path
  6. def startsWith(other: Path): Boolean
    Definition Classes
    /Path
  7. lazy val toList: List[String]
    Definition Classes
    /Path
  8. def toString(): String
    Definition Classes
    / → AnyRef → Any