Class 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.IStringAggregateFunction
    Concat 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.String aggregate​(java.util.List<java.lang.String> values)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Concat

        public Concat()
    • Method Detail

      • aggregate

        public java.lang.String aggregate​(java.util.List<java.lang.String> values)
        Specified by:
        aggregate in interface org.api4.java.common.aggregate.IAggregateFunction<java.lang.String>