Interface Concatenator<T>

    • Method Detail

      • concat

        String concat​(List<T> elems)
        Creates a text string by concatenating the contents of the given elements.
        Parameters:
        elems - The list of elements to concatenate.
        Returns:
        Resulting text string.