Interface CharPredicate
- All Superinterfaces:
Serializable
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Deprecated.
A Predicate that accepts a char value
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final CharPredicate
Deprecated.static final CharPredicate
Deprecated.static final CharPredicate
Deprecated.static final CharPredicate
Deprecated.static final CharPredicate
Deprecated.static final CharPredicate
Deprecated.static final CharPredicate
Deprecated.static final CharPredicate
Deprecated. -
Method Summary
-
Field Details
-
IS_UPPERCASE
Deprecated. -
IS_LOWERCASE
Deprecated. -
IS_DIGIT
Deprecated. -
IS_DIGIT_OR_DOT
Deprecated. -
IS_LETTER
Deprecated. -
IS_LETTER_OR_DIGIT
Deprecated. -
IS_WHITESPACE
Deprecated. -
IS_UNDEFINED
Deprecated.
-
-
Method Details
-
accept
boolean accept(char character) Deprecated.
-
CharPredicate
instead.