LambdaModule
trait LambdaModule
Methods of the module object val Lambda
- Source:
- Quotes.scala
Value members
Abstract methods
Generates a lambda with the given method type.
Generates a lambda with the given method type.
Block((DefDef(_, _, params :: Nil, _, Some(rhsFn(meth, paramRefs)))) :: Nil, Closure(meth, _))
- Value parameters:
- owner:
owner of the generated
meth
symbol- rhsFn:
Function that receives the
meth
symbol and the a list of references to theparams
- tpe:
Type of the definition
- Source:
- Quotes.scala