Text

scala.xml.Text$
See theText companion class
object Text

This singleton object contains the applyand unapply methods for convenient construction and deconstruction.

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Text.type

Members list

Value members

Concrete methods

def apply(data: String): Text
def unapply(other: Any): Option[String]