case object Empty extends SlashOrEmpty with Product with Serializable
- Source
 - Uri.scala
 
Linear Supertypes
Ordering
- Alphabetic
 - By Inheritance
 
Inherited
- Empty
 - Serializable
 - Product
 - Equals
 - SlashOrEmpty
 - Path
 - AnyRef
 - Any
 
- Hide All
 - Show All
 
Visibility
- Public
 - Protected
 
Value Members
-   final  def !=(arg0: Any): Boolean
- Definition Classes
 - AnyRef → Any
 
 -   final  def ##: Int
- Definition Classes
 - AnyRef → Any
 
 -    def +(pathString: String): Path
- Definition Classes
 - Path
 
 -  def ++(suffix: Path): Path
 -    def /(segment: String): Path
- Definition Classes
 - Path
 
 -  def ::(segment: String): Path
 -    def ::(c: Char): Path
- Definition Classes
 - Path
 
 -   final  def ==(arg0: Any): Boolean
- Definition Classes
 - AnyRef → Any
 
 -    def ?/(segment: String): Path
Appends two path segments while avoiding a double slash between them Example: - Path("abc") ?/ "def" returns Path("abc/def") - Path("abc/") ?/ "def" returns Path("abc/def")
Appends two path segments while avoiding a double slash between them Example: - Path("abc") ?/ "def" returns Path("abc/def") - Path("abc/") ?/ "def" returns Path("abc/def")
- segment
 The path segment to be appended
- returns
 The final concatenated path segment
- Definition Classes
 - Path
 
 -   final  def asInstanceOf[T0]: T0
- Definition Classes
 - Any
 
 -  def charCount: Int
 -    def clone(): AnyRef
- Attributes
 - protected[lang]
 - Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
 
 -  def dropChars(count: Int): Empty
 -   final  def endsWith(suffix: String, ignoreTrailingSlash: Boolean = false): Boolean
- Definition Classes
 - Path
 
 -    def endsWithSlash: Boolean
- Definition Classes
 - Path
 
 -   final  def eq(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef
 
 -    def equals(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef → Any
 
 -   final  def getClass(): Class[_ <: AnyRef]
- Definition Classes
 - AnyRef → Any
 - Annotations
 - @HotSpotIntrinsicCandidate() @native()
 
 -  def head: Head
 -  def isEmpty: Boolean
 -   final  def isInstanceOf[T0]: Boolean
- Definition Classes
 - Any
 
 -  def length: Int
 -   final  def ne(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef
 
 -   final  def notify(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @HotSpotIntrinsicCandidate() @native()
 
 -   final  def notifyAll(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @HotSpotIntrinsicCandidate() @native()
 
 -    def productElementName(n: Int): String
- Definition Classes
 - Product
 
 -    def productElementNames: Iterator[String]
- Definition Classes
 - Product
 
 -    def reverse: Path
- Definition Classes
 - Path
 
 -  def reverseAndPrependTo(prefix: Path): Path
 -  def startsWith(that: Path): Boolean
 -    def startsWithSegment: Boolean
- Definition Classes
 - SlashOrEmpty → Path
 
 -  def startsWithSlash: Boolean
 -   final  def synchronized[T0](arg0: => T0): T0
- Definition Classes
 - AnyRef
 
 -  def tail: Path
 -    def toString(): String
- Definition Classes
 - Path → AnyRef → Any
 
 -   final  def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.InterruptedException])
 
 -   final  def wait(arg0: Long): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.InterruptedException]) @native()
 
 -   final  def wait(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.InterruptedException])