Interface CommentHandler

    • Method Detail

      • toComment

        Stream<StringtoComment​(Stream<String> lines)
        Converts the specified lines into a comment.
        Parameters:
        lines - lines to make a comment
        Returns:
        transformed lines as a stream
        Since:
        4.0.0