Raw

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

Attributes

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

Members list

Value members

Concrete methods

def apply(valueToUpdate: RawValue, fieldsToUpdate: Map[String, RawValue]): Raw
def apply(valueToUpdate: RawValue, fieldsToUpdate: (String, RawValue)*): Raw
def unapply(value: RawValue): Option[(RawValue, Map[String, RawValue])]