net.dongliu.commons.function.EBiFunction Maven / Gradle / Ivy
package net.dongliu.commons.function;
@FunctionalInterface
public interface EBiFunction {
R apply(T t, U u) throws Exception;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy