final case class RootlessPath(parts: Vector[String])(implicit config: UriConfig = UriConfig.default) extends UrlPath with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RootlessPath
- UrlPath
- Path
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new RootlessPath(parts: Vector[String])(implicit config: UriConfig = UriConfig.default)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
addPart(part: String): UrlPath
- Definition Classes
- UrlPath
-
def
addParts(otherParts: Iterable[String]): UrlPath
- Definition Classes
- UrlPath
-
def
addParts(otherParts: String*): UrlPath
- Definition Classes
- UrlPath
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
implicit
val
config: UriConfig
- Definition Classes
- RootlessPath → Path
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
isEmpty: Boolean
Returns true if this path is empty (i.e.
Returns true if this path is empty (i.e. calling
toString
will return an empty String)- Definition Classes
- RootlessPath → Path
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
nonEmpty: Boolean
- Definition Classes
- Path
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
val
parts: Vector[String]
- Definition Classes
- RootlessPath → Path
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toAbsolute: AbsolutePath
- Definition Classes
- RootlessPath → UrlPath
-
def
toAbsoluteOrEmpty: AbsoluteOrEmptyPath
- Definition Classes
- RootlessPath → UrlPath
-
def
toRootless: RootlessPath
- Definition Classes
- RootlessPath → UrlPath
-
def
toString(): String
- Definition Classes
- Path → AnyRef → Any
-
def
toStringRaw: String
Returns the path with no encoders taking place (e.g.
Returns the path with no encoders taking place (e.g. non ASCII characters will not be percent encoded)
- returns
String containing the raw path for this Uri
- Definition Classes
- Path
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
withParts(otherParts: Iterable[String]): UrlPath
- Definition Classes
- RootlessPath → UrlPath