public class AppendFunction extends BaseFEELFunction
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, setName
public FEELFnResult<List<Object>> invoke(List list, Object[] items)
public FEELFnResult<List<Object>> invoke(Object appendTo, Object[] items)
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.