class
Link[-T] extends PartialFunction[Req, Box[Boolean]]
Instance Constructors
-
new
Link(b: List[String])
-
new
Link(uriList: List[String], matchHead_?: Boolean)
Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
def
andThen[C](k: (Box[Boolean]) ⇒ C): PartialFunction[Req, C]
-
def
apply(in: Req): Box[Boolean]
-
def
applyOrElse[A1 <: Req, B1 >: Box[Boolean]](x: A1, default: (A1) ⇒ B1): B1
-
final
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
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
external_?: Boolean
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
def
isDefinedAt(req: Req): Boolean
-
final
def
isInstanceOf[T0]: Boolean
-
def
lift: (Req) ⇒ Option[Box[Boolean]]
-
val
matchHead_?: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
orElse[A1 <: Req, B1 >: Box[Boolean]](that: PartialFunction[A1, B1]): PartialFunction[A1, B1]
-
def
pathList(value: T): List[String]
-
def
runWith[U](action: (Box[Boolean]) ⇒ U): (Req) ⇒ Boolean
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
val
uriList: List[String]
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from PartialFunction[Req, Box[Boolean]]
Inherited from (Req) ⇒ Box[Boolean]
Inherited from Any
This defines the Link to the Loc.