Text

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

A text node

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

Value members

Concrete methods

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

Inherited methods

Inherited from:
Product