trait
DispatchLocSnippets extends LocSnippets
Abstract Value Members
-
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
-
-
def
applyOrElse[A1 <: String, B1 >: (NodeSeq) ⇒ NodeSeq](x: A1, default: (A1) ⇒ B1): B1
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
def
compose[A](g: (A) ⇒ String): (A) ⇒ (NodeSeq) ⇒ NodeSeq
-
-
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
def
isDefinedAt(n: String): Boolean
-
final
def
isInstanceOf[T0]: Boolean
-
-
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
onCreate(loc: Loc[_]): Unit
-
-
def
runWith[U](action: ((NodeSeq) ⇒ NodeSeq) ⇒ U): (String) ⇒ Boolean
-
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
A subclass of LocSnippets with a built in dispatch method (no need to implement isDefinedAt or apply... just def dispatch: PartialFunction[String, NodeSeq => NodeSeq].
ValueSnippets.apply
ValueSnippets