Class BsonQueryFunctionLayer

    • Constructor Detail

      • BsonQueryFunctionLayer

        public BsonQueryFunctionLayer()
    • Method Detail

      • evaluate

        public java.lang.Object evaluate​(java.lang.String functionName,
                                         java.lang.Object... parameters)
        Evaluates the namo of the function and delegates to resolve the specific function.
        Parameters:
        functionName - Function name.
        parameters - Function's parameters.
        Returns:
        Returns the value that is the result of the specific function.