trait Path extends AnyRef

Base class for path extractors.

Source
Path.scala
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Path
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def lastOption: Option[String]
  2. abstract def parent: Path
  3. abstract def startsWith(other: Path): Boolean
  4. abstract def toList: List[String]

Concrete Value Members

  1. def /(child: String): /