Abstract Value Members
-
abstract
def
apply(v1: String): (NodeSeq) ⇒ NodeSeq
-
abstract
def
isDefinedAt(x: String): Boolean
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
-
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
Allows you to create a handler for many snippets that are associated with a Loc, but agnostic to the
Loc's value.ValueSnippets.apply
ValueSnippets