VFileContents

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

Attributes

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

Members list

Type members

Classlikes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

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