CustomTypeDefinition

org.finos.morphir.universe.ir.TypeDefinition.CustomTypeDefinition
final case class CustomTypeDefinition[+A](typeParams: Vector[Name], ctors: AccessControlled[TypeConstructors[A]]) extends TypeDefinition[A]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait TypeDefinition[A]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

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

Attributes

Inherited from:
TypeDefinition
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product