public class ArrayGroup extends AbstractFunction implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static int |
ARRAY_INDEX |
static Comparator<Tuple<Integer,EvalNode>> |
HISTONE_ARRAY_GROUP_COMPARATOR |
static String |
NAME |
static int |
START_BIND_INDEX |
converter, evaluator, executor, logger, parser, resourceLoader| Constructor and Description |
|---|
ArrayGroup(Converter converter) |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<EvalNode> |
execute(Context context,
List<EvalNode> args)
Method returns
CompletableFuture with result of execution. |
String |
getName()
Return function name
|
checkMaxArgsLength, checkMinArgsLength, checkTypes, checkTypes, clearGlobal, createCtx, getLongValue, getValue, getValue, isAsync, isClearpublic static final String NAME
public static final int ARRAY_INDEX
public static final int START_BIND_INDEX
public static final Comparator<Tuple<Integer,EvalNode>> HISTONE_ARRAY_GROUP_COMPARATOR
public ArrayGroup(Converter converter)
public CompletableFuture<EvalNode> execute(Context context, List<EvalNode> args) throws FunctionExecutionException
FunctionCompletableFuture with result of execution.execute in interface Functionargs - arguments from Histone templateFunctionExecutionException - if your function stops with error and you need to put details into log,
then you should use this exceptionCopyright © 2017. All rights reserved.