@FunctionalInterface public interface CharPredicate
char-valued
argument. This is the char-consuming primitive type specialization of
Predicate.Predicate| Modifier and Type | Method and Description |
|---|---|
boolean |
test(char value)
Evaluates this predicate on the given argument.
|