Uses of Interface
cloud.opencode.base.expression.function.Function
Packages that use Function
Package
Description
Expression Functions Package
表达式函数包
Service Provider Interfaces Package
服务提供者接口包
-
Uses of Function in cloud.opencode.base.expression.function
Methods in cloud.opencode.base.expression.function that return FunctionModifier and TypeMethodDescriptionGet a function by name 按名称获取函数Methods in cloud.opencode.base.expression.function that return types with arguments of type FunctionModifier and TypeMethodDescriptionCollectionFunctions.getFunctions()Get all collection functions 获取所有集合函数DateFunctions.getFunctions()Get all date functions 获取所有日期函数MathFunctions.getFunctions()Get all math functions 获取所有数学函数StringFunctions.getFunctions()Get all string functions 获取所有字符串函数TypeFunctions.getFunctions()Get all type functions 获取所有类型函数Methods in cloud.opencode.base.expression.function with parameters of type FunctionModifier and TypeMethodDescriptionRegister a function 注册函数Method parameters in cloud.opencode.base.expression.function with type arguments of type FunctionModifier and TypeMethodDescriptionFunctionRegistry.registerAll(Map<String, Function> funcs) Register multiple functions 注册多个函数 -
Uses of Function in cloud.opencode.base.expression.spi
Methods in cloud.opencode.base.expression.spi that return types with arguments of type FunctionModifier and TypeMethodDescriptionFunctionProvider.getFunctions()Get the functions provided by this provider 获取此提供者提供的函数