| 限定符和类型 | 字段和说明 |
|---|---|
static CoreModule |
INSTANCE |
| 限定符和类型 | 方法和说明 |
|---|---|
Optional<FunctionDefinition> |
getFunctionDefinition(String name)
Get an optional of
FunctionDefinition by a given name. |
Set<String> |
listFunctions()
List names of all functions in this module.
|
public static final CoreModule INSTANCE
public Set<String> listFunctions()
ModulelistFunctions 在接口中 Modulepublic Optional<FunctionDefinition> getFunctionDefinition(String name)
ModuleFunctionDefinition by a given name.getFunctionDefinition 在接口中 Modulename - name of the FunctionDefinition.Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.