Interface Appender


  • public interface Appender
    An Appender appends String to something.
    • Method Detail

      • append

        Appender append​(java.lang.String str)
        Parameters:
        str - the string to append
        Returns:
        an instance of itself
      • append

        Appender append​(char c)
        Parameters:
        c - the char to append
        Returns:
        an instance of itself