Fun
dotty.tools.dotc.transform.init.Objects.Fun
case class Fun(code: Tree, thisV: ThisValue, klass: ClassSymbol, scope: Scope) extends ValueElement
Represents a lambda expression
Value parameters
- klass
-
The enclosing class of the anonymous function's creation site
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait ValueElementtrait Valueclass Objecttrait Matchableclass Any
Members list
In this article