TypeConstructorArgs

org.finos.morphir.universe.ir.TypeConstructorArgs
See theTypeConstructorArgs companion object
final case class TypeConstructorArgs[+A](args: List[TypeConstructorArg[A]]) extends AnyVal

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class AnyVal
trait Matchable
class Any
Show all
Self type

Members list

Value members

Concrete methods

def map[B](f: A => B): TypeConstructorArgs[B]
def toList: List[TypeConstructorArg[A]]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product