Packages

final class Path extends Renderable

Source
Uri.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Path
  2. Renderable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def /[A](segment: A)(implicit arg0: SegmentEncoder[A]): Path

    This is an alias to addSegment[*

  4. def /(segment: Segment): Path

    This is an alias to addSegment(*

  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. val absolute: Boolean
  7. def addEndsWithSlash: Path
  8. def addSegment[A](segment: A)(implicit encoder: SegmentEncoder[A]): Path
  9. def addSegment(segment: Segment): Path
  10. def addSegments(value: Seq[Segment]): Path
  11. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  13. def concat(path: Path): Path
  14. def dropEndsWithSlash: Path
  15. val endsWithSlash: Boolean
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(obj: Any): Boolean
    Definition Classes
    Path → AnyRef → Any
  18. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  19. def findSplit(prefix: Path): Option[Int]
  20. def findSplitOfString(path: String): Option[Int]
  21. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. def hashCode(): Int
    Definition Classes
    Path → AnyRef → Any
  23. def isEmpty: Boolean
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. def merge(path: Path): Path
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. def nonEmpty: Boolean
  28. def normalize: Path
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. def render(writer: Writer): writer.type

    Base method for rendering this object efficiently

    Base method for rendering this object efficiently

    Definition Classes
    PathRenderable
  32. val renderString: String

    Generates a String rendering of this object

    Generates a String rendering of this object

    Definition Classes
    PathRenderable
  33. val segments: Vector[Segment]
  34. def splitAt(idx: Int): (Path, Path)
  35. def startsWith(path: Path): Boolean
  36. def startsWithString(path: String): Boolean
  37. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  38. def toAbsolute: Path
  39. def toRelative: Path
  40. def toString(): String
    Definition Classes
    PathRenderable → AnyRef → Any
  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  43. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Deprecated Value Members

  1. def indexOf(prefix: Path): Option[Int]
    Annotations
    @deprecated
    Deprecated

    (Since version 0.22.0-M1) Misnamed, use findSplit(prefix) instead

  2. def indexOfString(path: String): Option[Int]
    Annotations
    @deprecated
    Deprecated

    (Since version 0.22.0-M1) Misnamed, use findSplitOfString(prefix) instead

Inherited from Renderable

Inherited from AnyRef

Inherited from Any

Ungrouped