Specification

org.finos.morphir.ir.Type$.Specification
See theSpecification companion object
sealed trait Specification[+A]

Attributes

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

Members list

Value members

Abstract methods

def typeParams: List[Name]

Concrete methods

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