LambdaModule
 trait LambdaModule
Methods of the module object val Lambda
Methods of the module object val Lambda
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 Params
- owner:
- owner of the generated - methsymbol
- rhsFn:
- Function that receives the - methsymbol and the a list of references to the- params
- tpe:
- Type of the definition