public class ConcatFunction extends Object
Multiple comparable StringValues are passed in and a StringValue representing the concatenation of all values is returned.
| Modifier and Type | Class and Description |
|---|---|
static class |
ConcatFunction.ConcatSeparatedFunction
A concatenation mapping function, combining the string values of the given parameters with a given separating string.
|
| Modifier and Type | Field and Description |
|---|---|
static ExpressionFactory.CreatorFunction |
creatorFunction |
static String |
name |
| Constructor and Description |
|---|
ConcatFunction() |
public static final String name
public static final ExpressionFactory.CreatorFunction creatorFunction
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.