VFileContents

org.finos.morphir.toolkit.vfile.VFileContents$
See theVFileContents companion trait

Attributes

Companion:
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

final class AcceptWithContext[Context](val input: () => (VFileContents, Context)) extends AnyVal

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any
case object Empty extends VFileContents

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
Empty.type
trait InternalVisitor[-Context, +A]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
final case class Mixed(allContents: Vector[VFileContents]) extends VFileContents

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class Text(rawText: String) extends VFileContents

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class TextDocument(document: Doc) extends VFileContents

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
case object Uninitialized extends VFileContents

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
final case class VFiles(items: Vector[VFile]) extends VFileContents

Attributes

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

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror