Text

tyrian.Text
final case class Text(value: String) extends Elem[Nothing]

A text node

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Elem[Nothing]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def map[N](f: Nothing => N): Text

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product