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