ValueSpecification

org.finos.morphir.universe.ir.ValueSpecification
See theValueSpecification companion object
final case class ValueSpecification[+TA](inputs: Chunk[Parameter[TA]], output: Type[TA])

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type

Members list

Value members

Concrete methods

def map[TB](f: TA => TB): ValueSpecification[TB]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product