Parameter

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

Attributes

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

Members list

Value members

Concrete methods

def map[Attribs2](f: Attribs => Attribs2): Parameter[Attribs2]
def tpe: Type[Attribs]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product