public class AppendFunction extends BaseFEELFunction
BaseFEELFunction.Param| Constructor and Description |
|---|
AppendFunction() |
| Modifier and Type | Method and Description |
|---|---|
FEELFnResult<List<Object>> |
invoke(List list,
Object[] items) |
FEELFnResult<List<Object>> |
invoke(Object appendTo,
Object[] items) |
getName, getParameterNames, getSymbol, invoke, invokeReflectively, isCustomFunction, setNamepublic FEELFnResult<List<Object>> invoke(List list, Object[] items)
public FEELFnResult<List<Object>> invoke(Object appendTo, Object[] items)
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.