Parameter

org.finos.morphir.universe.ir.ValueDefinition.Parameter
See theParameter companion object
final case class Parameter[+TA, +VA](name: Name, attributes: VA, `type`: Type[TA])

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Parameter[TA, VA]

Members list

Value members

Concrete methods

def map[VA2](f: VA => VA2): Parameter[TA, VA2]
def mapTypeAttributes[TA2](f: TA => TA2): Parameter[TA2, VA]
def mapValueAttributes[VA2](f: VA => VA2): Parameter[TA, VA2]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product