sealed abstract class Path extends AnyRef
Ordering
- Alphabetic
- By Inheritance
Inherited
- Path
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- abstract type Head
Abstract Value Members
- abstract def ++(suffix: Path): Path
- abstract def ::(segment: String): Path
- abstract def charCount: Int
- abstract def dropChars(count: Int): Path
- abstract def head: Head
- abstract def isEmpty: Boolean
- abstract def length: Int
- abstract def reverseAndPrependTo(prefix: Path): Path
- abstract def startsWith(that: Path): Boolean
- abstract def startsWithSegment: Boolean
- abstract def startsWithSlash: Boolean
- abstract def tail: Path
Concrete Value Members
- def +(pathString: String): Path
- def /(segment: String): Path
- def ::(c: Char): Path
- def ?/(segment: String): Path
- final def endsWith(suffix: String, ignoreTrailingSlash: Boolean = false): Boolean
- def endsWithSlash: Boolean
- def reverse: Path
-
def
toString(): String
- Definition Classes
- Path → AnyRef → Any