Typed

org.finos.morphir.ir.internal.Value$.Destructure$.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, pattern: Pattern[UType], valueToDestruct: TypedValue, inValue: TypedValue): Typed
def apply(pattern: Pattern[UType], valueToDestruct: TypedValue, inValue: TypedValue): Typed
def unapply(value: TypedValue): Option[(UType, Pattern[UType], TypedValue, TypedValue)]