Value

org.finos.morphir.ir.internal.Value
See theValue companion trait
object Value

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Value.type

Members list

Type members

Classlikes

sealed case class Apply[+TA, +VA](attributes: VA, function: Value[TA, VA], argument: Value[TA, VA]) extends Value[TA, VA]

Represents a function application. The two arguments are the target function and the argument to apply. Multi-argument invocations are expressed by wrapping multiple Apply nodes in each other (currying).

Represents a function application. The two arguments are the target function and the argument to apply. Multi-argument invocations are expressed by wrapping multiple Apply nodes in each other (currying).

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait Value[TA, VA]
class Object
trait Matchable
class Any
Show all
object Apply

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Apply.type
sealed case class Constructor[+VA](attributes: VA, name: FQName) extends Value[Nothing, VA]

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait Value[Nothing, VA]
class Object
trait Matchable
class Any
Show all
object Constructor

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed case class Destructure[+TA, +VA](attributes: VA, pattern: Pattern[VA], valueToDestruct: Value[TA, VA], inValue: Value[TA, VA]) extends Value[TA, VA]

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait Value[TA, VA]
class Object
trait Matchable
class Any
Show all
object Destructure

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed case class Field[+TA, +VA](attributes: VA, subjectValue: Value[TA, VA], fieldName: Name) extends Value[TA, VA]

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait Value[TA, VA]
class Object
trait Matchable
class Any
Show all
object Field

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Field.type
sealed case class FieldFunction[+VA](attributes: VA, name: Name) extends Value[Nothing, VA]

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait Value[Nothing, VA]
class Object
trait Matchable
class Any
Show all
object FieldFunction

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
object Folder

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
Folder.type
trait Folder[-Context, -TA, -VA, Z]

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class DelegatedFolder[Context, TA, VA, Z]
object ToString
sealed case class IfThenElse[+TA, +VA](attributes: VA, condition: Value[TA, VA], thenBranch: Value[TA, VA], elseBranch: Value[TA, VA]) extends Value[TA, VA]

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait Value[TA, VA]
class Object
trait Matchable
class Any
Show all
object IfThenElse

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
IfThenElse.type
sealed case class Lambda[+TA, +VA](attributes: VA, argumentPattern: Pattern[VA], body: Value[TA, VA]) extends Value[TA, VA]

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait Value[TA, VA]
class Object
trait Matchable
class Any
Show all
object Lambda

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Lambda.type
sealed case class LetDefinition[+TA, +VA](attributes: VA, valueName: Name, valueDefinition: ValueDefinition[TA, VA], inValue: Value[TA, VA]) extends Value[TA, VA]

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait Value[TA, VA]
class Object
trait Matchable
class Any
Show all
object LetDefinition

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed case class LetRecursion[+TA, +VA](attributes: VA, valueDefinitions: Map[Name, ValueDefinition[TA, VA]], inValue: Value[TA, VA]) extends Value[TA, VA]

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait Value[TA, VA]
class Object
trait Matchable
class Any
Show all
object LetRecursion

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed case class List[+TA, +VA](attributes: VA, elements: Chunk[Value[TA, VA]]) extends Value[TA, VA]

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait Value[TA, VA]
class Object
trait Matchable
class Any
Show all
object List

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
List.type
sealed case class Literal[+VA](attributes: VA, literal: Lit) extends Value[Nothing, VA]

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait Value[Nothing, VA]
class Object
trait Matchable
class Any
Show all
object Literal

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Literal.type
sealed case class PatternMatch[+TA, +VA](attributes: VA, branchOutOn: Value[TA, VA], cases: Chunk[(Pattern[VA], Value[TA, VA])]) extends Value[TA, VA]

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait Value[TA, VA]
class Object
trait Matchable
class Any
Show all
object PatternMatch

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed case class Record[+TA, +VA](attributes: VA, fields: Chunk[(Name, Value[TA, VA])]) extends Value[TA, VA]

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait Value[TA, VA]
class Object
trait Matchable
class Any
Show all
object Record

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Record.type
sealed case class Reference[+VA](attributes: VA, fullyQualifiedName: FQName) extends Value[Nothing, VA]

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait Value[Nothing, VA]
class Object
trait Matchable
class Any
Show all
object Reference

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Reference.type
final implicit class StringExtensions(self: String) extends AnyVal

Attributes

Supertypes
class AnyVal
trait Matchable
class Any
sealed case class Tuple[+TA, +VA](attributes: VA, elements: Chunk[Value[TA, VA]]) extends Value[TA, VA]

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait Value[TA, VA]
class Object
trait Matchable
class Any
Show all
object Tuple

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Tuple.type
sealed case class Unit[+VA](attributes: VA) extends Value[Nothing, VA]

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait Value[Nothing, VA]
class Object
trait Matchable
class Any
Show all
object Unit

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Unit.type
sealed case class UpdateRecord[+TA, +VA](attributes: VA, valueToUpdate: Value[TA, VA], fieldsToUpdate: Map[Name, Value[TA, VA]]) extends Value[TA, VA]

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait Value[TA, VA]
class Object
trait Matchable
class Any
Show all
object UpdateRecord

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed case class Variable[+VA](attributes: VA, name: Name) extends Value[Nothing, VA]

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait Value[Nothing, VA]
class Object
trait Matchable
class Any
Show all
object Variable

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Variable.type

Types

final type Definition[+TA, +VA] = ValueDefinition[TA, VA]
final type RawValue = Value[Unit, Unit]
final type TypedValue = Value[Unit, UType]

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete fields

final val Definition: ValueDefinition.type

Implicits

Implicits

final implicit def StringExtensions(self: String): StringExtensions