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

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