com.github.cosycode.ext.api.SerialConsumer Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of extend-mod Show documentation
Show all versions of extend-mod Show documentation
扩展模块, 用于存放一些非常用的工具或模块的扩展类, 例如在poi基础上扩展的excel的导入模块, 模拟按键模块
The newest version!
package com.github.cosycode.ext.api;
import java.util.function.Consumer;
/**
* Description :
*
* created in 2021/4/12
*
* @author CPF
* @since 0.1.0
**/
public interface SerialConsumer extends SerialFunctional, Consumer {
}