class
ParamLocLink
[T]
extends Link[T]
Instance Constructors
-
new
ParamLocLink
(path: List[LocPath], headMatch: Boolean, backToList: (T) ⇒ List[String])
Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
def
andThen
[C]
(k: (Box[Boolean]) ⇒ C): PartialFunction[Req, C]
-
def
apply
(in: Req): Box[Boolean]
-
def
asInstanceOf
[T0]
: T0
-
def
clone
(): AnyRef
-
def
compose
[A]
(g: (A) ⇒ Req): (A) ⇒ Box[Boolean]
-
def
createLink
(value: T): Box[NodeSeq]
-
def
createPath
(value: T): String
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
external_?
: Boolean
-
def
finalize
(): Unit
-
def
getClass
(): java.lang.Class[_]
-
def
hashCode
(): Int
-
def
isDefinedAt
(req: Req): Boolean
-
def
isInstanceOf
[T0]
: Boolean
-
def
lift
: (Req) ⇒ Option[Box[Boolean]]
-
val
matchHead_?
: Boolean
-
def
ne
(arg0: AnyRef): Boolean
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
def
orElse
[A1 <: Req, B1 >: Box[Boolean]]
(that: PartialFunction[A1, B1]): PartialFunction[A1, B1]
-
def
pathList
(value: T): List[String]
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
test
(toTest: List[String], path: List[LocPath]): Boolean
-
def
toString
(): String
-
val
uriList
: List[String]
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
Inherited from PartialFunction[Req, Box[Boolean]]
Inherited from (Req) ⇒ Box[Boolean]
Inherited from AnyRef
Inherited from Any