Interface LineHandler

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 LineHandler
行处理器
Author:
Looly
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    handle(String line)
    处理一行数据,可以编辑后存入指定地方
  • Method Details

    • handle

      void handle(String line)
      处理一行数据,可以编辑后存入指定地方
      Parameters:
      line - 行