ConstructorArg

org.finos.morphir.ir.Type$.ConstructorArg
See theConstructorArg companion object
final case class ConstructorArg[+A](name: Name, tpe: Type[A])

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def map[B](f: A => B): ConstructorArg[B]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product