RecordLiteral

object RecordLiteral extends Constructor[Map[String, Expr]]
class Constructor[Map[String, Expr]]
class Object
trait Matchable
class Any

Type members

Inherited types

type Result = A
Inherited from
Constructor

Value members

Concrete methods

def apply(fields: Map[String, Expr]): Expr

Inherited methods

final def unapply(expr: Expr): Option[Map[String, Expr]]
Inherited from
Constructor