Package | Description |
---|---|
org.kie.dmn.feel.lang.types | |
org.kie.dmn.feel.runtime.functions |
Modifier and Type | Method and Description |
---|---|
FEELFunction |
FunctionSymbol.getEvaluator() |
Constructor and Description |
---|
FunctionSymbol(String id,
FEELFunction evaluator) |
FunctionSymbol(String id,
Scope scope,
FEELFunction evaluator) |
FunctionSymbol(String id,
Type type,
FEELFunction evaluator) |
FunctionSymbol(String id,
Type type,
Scope scope,
FEELFunction evaluator) |
Modifier and Type | Field and Description |
---|---|
protected static FEELFunction[] |
BuiltInFunctions.FUNCTIONS |
Modifier and Type | Method and Description |
---|---|
static <T extends FEELFunction> |
BuiltInFunctions.getFunction(Class<T> functionClazz) |
Modifier and Type | Method and Description |
---|---|
static FEELFunction[] |
BuiltInFunctions.getFunctions() |
Modifier and Type | Method and Description |
---|---|
FEELFnResult<List<Object>> |
SortFunction.invoke(EvaluationContext ctx,
List list,
FEELFunction function) |
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.