Class Concat
- java.lang.Object
-
- ai.libs.jaicore.basic.aggregate.string.Concat
-
- All Implemented Interfaces:
org.api4.java.common.aggregate.IAggregateFunction<java.lang.String>,org.api4.java.common.aggregate.IStringAggregateFunction
public class Concat extends java.lang.Object implements org.api4.java.common.aggregate.IStringAggregateFunctionConcat is an aggregation function for Strings simply concatenating all the String values provided.
-
-
Constructor Summary
Constructors Constructor Description Concat()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringaggregate(java.util.List<java.lang.String> values)
-