Elem

tyrian.Elem
sealed trait Elem[+M]

An HTML element can be a tag or a text node

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait Html[M]
class RawTag[M]
class Tag[M]
class Text

Members list

Concise view

Value members

Abstract methods

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