Elem

sealed trait Elem[+M]

An HTML element can be a tag or a text node

class Object
trait Matchable
class Any
trait Html[M]
class Tag[M]
class Text

Value members

Abstract methods

def map[N](f: M => N): Elem[N]