Interface CharFilter

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.

@FunctionalInterface public interface CharFilter extends kala.function.CharPredicate
See Also:
  • Field Details

    • WHITESPACE_FILTER

      static final CharFilter WHITESPACE_FILTER
    • NOT_WHITESPACE_FILTER

      static final CharFilter NOT_WHITESPACE_FILTER