Packages

final case class Segment(head: String, tail: SlashOrEmpty) extends Path with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Segment
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Path
  7. AnyRef
  8. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Segment(head: String, tail: SlashOrEmpty)

Type Members

  1. type Head = String
    Definition Classes
    SegmentPath

Value Members

  1. def +(pathString: String): Path
    Definition Classes
    Path
  2. def ++(suffix: Path): Path
    Definition Classes
    SegmentPath
  3. def /(segment: String): Path
    Definition Classes
    Path
  4. def ::(segment: String): Path
    Definition Classes
    SegmentPath
  5. def ::(c: Char): Path
    Definition Classes
    Path
  6. def ?/(segment: String): Path
    Definition Classes
    Path
  7. def charCount: Int
    Definition Classes
    SegmentPath
  8. def dropChars(count: Int): Path
    Definition Classes
    SegmentPath
  9. final def endsWith(suffix: String, ignoreTrailingSlash: Boolean = false): Boolean
    Definition Classes
    Path
  10. def endsWithSlash: Boolean
    Definition Classes
    Path
  11. val head: String
    Definition Classes
    SegmentPath
  12. def isEmpty: Boolean
    Definition Classes
    SegmentPath
  13. def length: Int
    Definition Classes
    SegmentPath
  14. def reverse: Path
    Definition Classes
    Path
  15. def reverseAndPrependTo(prefix: Path): Path
    Definition Classes
    SegmentPath
  16. def startsWith(that: Path): Boolean
    Definition Classes
    SegmentPath
  17. def startsWithSegment: Boolean
    Definition Classes
    SegmentPath
  18. def startsWithSlash: Boolean
    Definition Classes
    SegmentPath
  19. val tail: SlashOrEmpty
    Definition Classes
    SegmentPath
  20. def toString(): String
    Definition Classes
    Path → AnyRef → Any