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. All

Value Members

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

    Base method for rendering this object efficiently

    Base method for rendering this object efficiently

    Definition Classes
    PathRenderable
  30. val renderString: String

    Generates a String rendering of this object

    Generates a String rendering of this object

    Definition Classes
    PathRenderable
  31. val segments: Vector[Segment]
  32. def splitAt(idx: Int): (Path, Path)
  33. def startsWith(path: Path): Boolean
  34. def startsWithString(path: String): Boolean
  35. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  36. def toAbsolute: Path
  37. def toRelative: Path
  38. def toString(): String
    Definition Classes
    PathRenderable → AnyRef → Any
  39. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @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