Typed

org.finos.morphir.runtime.SymbolValue.Typed
final case class Typed[A](value: A, tagged: Tag[A]) extends SymbolValue

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait SymbolValue
class Object
trait Matchable
class Any
Show all

Members list

Type members

Types

type Type = A

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product