public class BuiltInFunctions extends Object
Modifier and Type | Field and Description |
---|---|
protected static FEELFunction[] |
FUNCTIONS |
Constructor and Description |
---|
BuiltInFunctions() |
Modifier and Type | Method and Description |
---|---|
static <T extends FEELFunction> |
getFunction(Class<T> functionClazz) |
static FEELFunction[] |
getFunctions() |
protected static final FEELFunction[] FUNCTIONS
public static FEELFunction[] getFunctions()
public static <T extends FEELFunction> T getFunction(Class<T> functionClazz)
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.