Typed

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

Attributes

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

Members list

Value members

Concrete methods

def apply(tpe: UType, subjectValue: TypedValue, name: Name): Typed
def apply(tpe: UType, subjectValue: TypedValue, name: String): Typed
def unapply(value: TypedValue): Option[(UType, TypedValue, Name)]