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

net.dongliu.commons.function.EBiPredicate Maven / Gradle / Ivy

There is a newer version: 12.0.2
Show newest version
package net.dongliu.commons.function;

@FunctionalInterface
public interface EBiPredicate {

    boolean test(T t, U u) throws Exception;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy