Raw

org.finos.morphir.ir.internal.Value.Record.Raw
object Raw

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Raw.type

Members list

Value members

Concrete methods

def apply(fields: Chunk[(Name, RawValue)]): Raw
def apply(firstField: (Name, RawValue), otherFields: (Name, RawValue)*): Raw
def apply(fields: (String, RawValue)*): Raw
def apply(fields: Map[String, RawValue]): Raw
def unapply(value: RawValue): Option[Chunk[(Name, RawValue)]]