CustomType

org.finos.morphir.universe.ir.TypeSpecification.Properties.CustomType
final case class CustomType[+A](ctors: TypeConstructors[A]) extends Properties[A]

Attributes

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

Members list

Value members

Inherited methods

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

Attributes

Inherited from:
Properties
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product