TypedValue

org.finos.morphir.ir.Value.TypedValue
object TypedValue

Attributes

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

Members list

Value members

Concrete methods

def transform(partial: PartialFunction[TypedValue, TypedValue])(value: TypedValue): TypedValue

Transforms the given TypedValue by replacing any subtrees for which the partial function is defined Note that matched subtrees are not recursively transformed further; if the caller wants that to happen, they should call transform from within the partial function itself.

Transforms the given TypedValue by replacing any subtrees for which the partial function is defined Note that matched subtrees are not recursively transformed further; if the caller wants that to happen, they should call transform from within the partial function itself.

Attributes