public interface FormulaBuilder
Formula Builder Interface.
This interface provides a static method to create a FormulaBuilder instance.
It takes an input type and a lambda expression as parameters, compiles the lambda expression into a class, and returns an instance of that class.
The created FormulaBuilder instance can be used to build a function from the compiled lambda expression.
- 从以下版本开始:
- 3.7.0
- 作者:
- Deng Ran