All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.star.lang.LineHandler Maven / Gradle / Ivy

The newest version!
package com.star.lang;

/**
 * 行处理器
 *
 * @author Looly
 */
@FunctionalInterface
public interface LineHandler {
    /**
     * 处理一行数据,可以编辑后存入指定地方
     *
     * @param line 行
     */
    void handle(String line);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy