Module bus.mapper

Interface SqlScript.LRSupplier

All Superinterfaces:
Supplier<String>
Enclosing interface:
SqlScript

public static interface SqlScript.LRSupplier extends Supplier<String>
确保字符串前有换行符的 Supplier 接口
  • Method Summary

    Modifier and Type
    Method
    Description
    default String
    获取带换行符的字符串

    Methods inherited from interface java.util.function.Supplier

    get
  • Method Details

    • getWithLR

      default String getWithLR()
      获取带换行符的字符串
      Returns:
      确保字符串前面有换行符