
cn.creekmoon.excelUtils.core.ExFunction Maven / Gradle / Ivy
package cn.creekmoon.excelUtils.core;
/**
* @author JY
* @date 2022/1/11
*/
@FunctionalInterface
public interface ExFunction{
R apply(T t) throws Exception;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy