/

final case class /(parent: Path, child: String) extends Path
trait Serializable
trait Product
trait Equals
trait Path
class Object
trait Matchable
class Any

Value members

Concrete methods

def lastOption: Some[String]
def pathString: String
def startsWith(other: Path): Boolean
override def toString: String
Definition Classes
Any

Inherited methods

def /(child: String): /
Inherited from:
Path
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
def toUrlString: String
Inherited from:
Path

Concrete fields

lazy val asString: String
lazy val toList: List[String]