final case class Path(value: String) extends PathLike[Path] with Product with Serializable
The portion of the URL after the BaseUrl.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Path
- Serializable
- Serializable
- Product
- Equals
- PathLike
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Path(value: String)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
+(p: Path): Path
- Definition Classes
- PathLike
-
final
def
+(p: String): Path
- Definition Classes
- PathLike
-
final
def
/(p: Path): Path
- Definition Classes
- PathLike
-
final
def
/(p: String): Path
- Definition Classes
- PathLike
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def abs(implicit base: BaseUrl): AbsUrl
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
endWith_/: Path
- Definition Classes
- PathLike
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isEmpty: Boolean
- Definition Classes
- PathLike
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def make(s: String): Path
-
final
def
map(f: (String) ⇒ String): Path
- Definition Classes
- PathLike
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
nonEmpty: Boolean
- Definition Classes
- PathLike
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
removePrefix(prefix: String): Option[Path]
Attempts to remove an exact prefix and return a non-empty suffix.
-
final
def
rtrim_/: Path
- Definition Classes
- PathLike
- def str(s: Path): String
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val value: String
-
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
- @native() @throws( ... )