public class SplitFunction extends BaseFEELFunction
BaseFEELFunction.Param
Modifier and Type | Field and Description |
---|---|
static SplitFunction |
INSTANCE |
Modifier and Type | Method and Description |
---|---|
FEELFnResult<List<String>> |
invoke(String string,
String delimiter) |
FEELFnResult<List<String>> |
invoke(String string,
String delimiter,
String flags) |
getName, getParameterNames, getSymbol, invoke, invokeReflectively, isCustomFunction, setName
public static final SplitFunction INSTANCE
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.