URLPathPart

spice.net.URLPathPart
See theURLPathPart companion trait
object URLPathPart

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

final case class Argument(name: String) extends AnyVal, URLPathPart

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait URLPathPart
class AnyVal
trait Matchable
class Any
Show all
final case class Literal(value: String) extends AnyVal, URLPathPart

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait URLPathPart
class AnyVal
trait Matchable
class Any
Show all
object SameLevel extends URLPathPart

Attributes

Supertypes
trait URLPathPart
class Object
trait Matchable
class Any
Self type
SameLevel.type
object Separator extends URLPathPart

Attributes

Supertypes
trait URLPathPart
class Object
trait Matchable
class Any
Self type
Separator.type
object UpLevel extends URLPathPart

Attributes

Supertypes
trait URLPathPart
class Object
trait Matchable
class Any
Self type
UpLevel.type

Value members

Concrete methods

final def apply(value: String): List[URLPathPart]
def equals(p1: URLPathPart, p2: URLPathPart): Boolean