Record

org.finos.morphir.ir.internal.Value.Record
See theRecord companion class
object Record

Attributes

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

Members list

Type members

Classlikes

final class Builder[TA, VA]

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Self type
Builder[TA, VA]
object Builder

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
Builder.type
object Raw

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Raw.type

Types

type Raw = Record[Unit, Unit]
type Typed = Record[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 methods

def apply[TA, VA](attributes: VA, fields: (String, Value[TA, VA])*): Record[TA, VA]
def apply[TA, VA](attributes: VA, firstField: (Name, Value[TA, VA]), otherFields: (Name, Value[TA, VA])*): Record[TA, VA]
def apply[TA, VA](attributes: VA, fields: Map[String, Value[TA, VA]]): Record[TA, VA]
def fromMap[TA, VA](attributes: VA, fields: Map[Name, Value[TA, VA]]): Record[TA, VA]