Module bus.setting

Interface IniCommentCreator

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface IniCommentCreator
section create function
Since:
Java 17+
Author:
Kimi Liu
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final IniCommentCreator
     
  • Method Summary

    Modifier and Type
    Method
    Description
    create(String value, int line)
    create a Comment by value
  • Field Details

  • Method Details

    • create

      IniComment create(String value, int line)
      create a Comment by value
      Parameters:
      value - value
      line - line number
      Returns:
      IniComment