Interface ELLambdaBody.Binary
- All Superinterfaces:
ELLambdaBody
- Enclosing interface:
ELLambdaBody
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
The body of a lambda expression with two parameters.
- Since:
- 1.0
- Author:
- Denis Stepanov
-
Nested Class Summary
Nested classes/interfaces inherited from interface ELLambdaBody
ELLambdaBody.Binary, ELLambdaBody.Nullary, ELLambdaBody.Ternary, ELLambdaBody.Unary -
Method Summary
-
Method Details
-
evaluate
-
evaluate
Description copied from interface:ELLambdaBodyEvaluates the body of the lambda expression.- Specified by:
evaluatein interfaceELLambdaBody- Parameters:
context- The context the lambda expression is invoked witharguments- The arguments, at least as many as the lambda expression declares parameters- Returns:
- The result of the evaluation
-