CustomType

org.finos.morphir.universe.ir.TypeSpec.CustomType
object CustomType

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
CustomType.type

Members list

Value members

Concrete methods

def apply[A](typeParams: List[Name], properties: CustomType[A]): CustomType[A]
def unapply[F[_]](spec: TypeSpec[F, _]): Option[(List[Name], TypeConstructors[_])]