RecordPartiallyApplied

org.finos.morphir.ir.Value.RecordPartiallyApplied
final class RecordPartiallyApplied[VA](val attributes: VA) extends AnyVal

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Value members

Concrete methods

def apply[TA](fields: (String, Value[TA, VA])*): Value[TA, VA]
def apply[TA](fields: Map[Name, Value[TA, VA]]): Value[TA, VA]
def withFields[TA](fields: Seq[(Name, Value[TA, VA])]): Value[TA, VA]

Concrete fields

val attributes: VA