Typed

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

Attributes

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

Members list

Value members

Concrete methods

def apply(name: FQName, ascribedType: UType): Typed
def apply(fqName: String, ascribedType: UType): Typed
def apply(ascribedType: UType, name: FQName): Typed
def apply(ascribedType: UType, fqName: String): Typed
def unapply(value: TypedValue): Option[(UType, FQName)]