Path

trait Path[A] extends Url[A]
trait Url[A]
class Object
trait Matchable
class Any

Value members

Abstract methods

def encodePath(value: A): Vector[Segment]

Concrete methods

final def encodeUrl(value: A): (Path, Query)