net.dongliu.commons.function.EComparator Maven / Gradle / Ivy
package net.dongliu.commons.function;
/**
* @author Liu Dong
*/
@FunctionalInterface
public interface EComparator {
int compare(T o1, T o2) throws Exception;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy