TypeSpecification

org.finos.morphir.internal.TypeSpecModule.TypeSpecification
See theTypeSpecification companion object
sealed trait TypeSpecification[+A]

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
Self type

Members list

Value members

Abstract methods

def typeParams: Vector[Name]

Concrete methods

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