Text

org.finos.morphir.toolkit.vfile.VFileContents$.Text
final case class Text(rawText: String) extends VFileContents

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def accept[Context](context: => Context): AcceptWithContext[Context]

Attributes

Inherited from:
VFileContents
def allText: List[String]

Attributes

Inherited from:
VFileContents
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product