PathOps

endpoints4s.algebra.Urls.PathOps
implicit class PathOps[A](first: Path[A])

Convenient methods for Paths.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

final def /(second: String): Path[A]

Chains this path with the second constant path segment

Chains this path with the second constant path segment

Attributes

final def /[B](second: Path[B])(implicit tupler: Tupler[A, B]): Path[Out]

Chains this path with the second path segment

Chains this path with the second path segment

Attributes

final def /?[B](qs: QueryString[B])(implicit tupler: Tupler[A, B]): Url[Out]

Chains this path with the given QueryString

Chains this path with the given QueryString

Attributes