@FunctionalInterface
public interface CharFilter
Modifier and Type | Field and Description |
---|---|
static CharFilter |
NOT_WHITESPACE_FILTER |
static CharFilter |
WHITESPACE_FILTER |
Modifier and Type | Method and Description |
---|---|
boolean |
accept(char ch) |
static final CharFilter WHITESPACE_FILTER
static final CharFilter NOT_WHITESPACE_FILTER