URLPathPart

spice.net.URLPathPart$
See theURLPathPart companion trait

Attributes

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

Members list

Concise view

Type members

Classlikes

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

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class AnyVal
trait Matchable
class Any
final case class Literal(value: String) extends AnyVal with URLPathPart

Attributes

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

Attributes

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

Attributes

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

Value members

Concrete methods

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