public class SplitFunction extends BaseFEELFunction
FEELFunction.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, getParameters, getSymbol, invoke, invokeReflectively, isCustomFunction, setNamepublic static final SplitFunction INSTANCE
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.