Interface StringReduceUtils

    • Method Detail

      • appendAll

        default String appendAll​(String delimiter)
        Returns a single string made by appending all the strings in this column, separated by the given delimiter
      • appendAll

        default String appendAll()
        Returns a single string made by appending all the strings in this column, separated by a single space character
      • size

        int size()