Class FunctionExpression


  • public class FunctionExpression
    extends Expression
    Since:
    2.1
    • Constructor Detail

      • FunctionExpression

        @MorphiaInternal
        public FunctionExpression​(String body,
                                  List<Expression> args)
        Creates the new expression
        Parameters:
        body - the function definition
        args - the funcation arguments
        Developer note.
        This is an internal item. Its function and presence are subject to change without warning. Its use is highly discouraged.