VFile

org.finos.morphir.util.vfile.VFile
See theVFile companion object
final case class VFile(path: VFilePath, contents: VFileContents, properties: Attributes, data: Attributes)

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type

Members list

Value members

Concrete methods

def ++=(bindings: Seq[Binding[_]]): VFile

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product