AttrValue

@implicitNotFound("No AttrValue defined for type ${T}; scalatags does not know how to use ${T} as an attribute") trait AttrValue[Builder, T]

Used to specify how to handle a particular type T when it is used as the value of a Attr. Only types with a specified AttrValue may be used.

class Object
trait Matchable
class Any
object bindJsAny

Value members

Abstract methods

def apply(t: Builder, a: Attr, v: T): Unit