Interface CodeLambdaExpression

All Superinterfaces:
CodeExpression, CodeFunction, CodeItem, CodeItemWithVariables, CodeMutable, CodeMutableItem, CodeNode, CodeNodeItem, CodeWithContext

public interface CodeLambdaExpression extends CodeExpression, CodeFunction
CodeExpression representing a lambda function.
Syntax:
variable-1, ..., variable-N») -> {«body»}
Since:
1.0.0
Author:
Joerg Hohwiller (hohwille at users.sourceforge.net)