| Modifier and Type | Field and Description |
|---|---|
static CoreModule |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
Optional<FunctionDefinition> |
getFunctionDefinition(String name)
Get an optional of
FunctionDefinition by a give name. |
Set<String> |
listFunctions()
List names of all functions in this module.
|
public static final CoreModule INSTANCE
public Set<String> listFunctions()
ModulelistFunctions in interface Modulepublic Optional<FunctionDefinition> getFunctionDefinition(String name)
ModuleFunctionDefinition by a give name.getFunctionDefinition in interface Modulename - name of the FunctionDefinition.Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.