net.dongliu.commons.function.EPredicate Maven / Gradle / Ivy
package net.dongliu.commons.function;
/**
* @author Liu Dong
*/
@FunctionalInterface
public interface EPredicate {
boolean test(T t);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy