Interface LambdaFunctionExpression
- All Superinterfaces:
Expression
Represents a lambda function expression in the expression tree
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionReturns the child expressiongetType()
Returns the type of the lambda function expressionMethods inherited from interface com.liferay.portal.odata.filter.expression.Expression
accept
-
Method Details
-
getExpression
Expression getExpression()Returns the child expression- Returns:
- The child expression
-
getType
LambdaFunctionExpression.Type getType()Returns the type of the lambda function expression- Returns:
- The type
-
getVariableName
String getVariableName()- Returns:
- The name of the lambda variable
-