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
Show all

Members list

Value members

Concrete methods

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

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Elem -> Any

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product