- All Superinterfaces:
kala.function.CharPredicate
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
- See Also:
-
StringUtil.strip(String, CharPredicate)StringUtil#findFirst(CharSequence, CharFilter)
-
Field Summary
Fields -
Method Summary
Methods inherited from interface kala.function.CharPredicate
and, negate, or, test
-
Field Details
-
WHITESPACE_FILTER
-
NOT_WHITESPACE_FILTER
-