Typed

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

Attributes

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

Members list

Value members

Concrete methods

def apply(valueToUpdate: TypedValue, fieldsToUpdate: Map[Name, TypedValue]): Typed
def apply(valueToUpdate: TypedValue, fieldsToUpdate: (Name, TypedValue)*): Typed
def unapply(value: TypedValue): Option[(TypedValue, Map[Name, TypedValue])]