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