Fun

dotty.tools.dotc.transform.init.Objects.Fun
case class Fun(code: Tree, thisV: Value, klass: ClassSymbol, env: Data) extends Value

Represents a lambda expression

Attributes

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

Members list

Value members

Concrete methods

def show(using Context): String

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product