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

cn.creekmoon.excelUtils.core.ExBiConsumer Maven / Gradle / Ivy

There is a newer version: 1.3.0
Show newest version
package cn.creekmoon.excelUtils.core;

/**
 * @author JY
 * @date 2023-5-20 17:42:39
 */
@FunctionalInterface
public interface ExBiConsumer {


    void accept(T t, U u) throws Exception;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy