| Modifier and Type | Field and Description |
|---|---|
static CharPredicate |
CharPredicate.ALL |
static CharPredicate |
CharPredicate.ANY_EOL |
static CharPredicate |
CharPredicate.ANY_EOL_NUL |
static CharPredicate |
CharPredicate.BACKSLASH |
static CharPredicate |
CharPredicate.BINARY_DIGITS |
static CharPredicate |
CharPredicate.BLANKSPACE |
static CharPredicate |
CharPredicate.DECIMAL_DIGITS |
static CharPredicate |
CharPredicate.EOL |
static CharPredicate |
CharPredicate.FALSE
Deprecated.
|
static CharPredicate |
CharPredicate.HASH |
static CharPredicate |
CharPredicate.HEXADECIMAL_DIGITS |
static CharPredicate |
CharPredicate.LINE_SEP |
static CharPredicate |
CharPredicate.NONE |
static CharPredicate |
CharPredicate.OCTAL_DIGITS |
static CharPredicate |
CharPredicate.SLASH |
static CharPredicate |
CharPredicate.SPACE |
static CharPredicate |
CharPredicate.SPACE_ANY_EOL |
static CharPredicate |
CharPredicate.SPACE_EOL |
static CharPredicate |
CharPredicate.SPACE_TAB |
static CharPredicate |
CharPredicate.SPACE_TAB_EOL |
static CharPredicate |
CharPredicate.SPACE_TAB_LINE_SEP |
static CharPredicate |
CharPredicate.SPACE_TAB_NBSP |
static CharPredicate |
CharPredicate.SPACE_TAB_NBSP_EOL |
static CharPredicate |
CharPredicate.SPACE_TAB_NBSP_LINE_SEP |
static CharPredicate |
CharPredicate.SPACE_TAB_NUL |
static CharPredicate |
CharPredicate.SPACE_TAB_OR_NUL
Deprecated.
|
static CharPredicate |
CharPredicate.TAB |
static CharPredicate |
CharPredicate.TRUE
Deprecated.
|
static CharPredicate |
CharPredicate.WHITESPACE |
static CharPredicate |
CharPredicate.WHITESPACE_NBSP |
static CharPredicate |
CharPredicate.WHITESPACE_NBSP_OR_NUL |
static CharPredicate |
CharPredicate.WHITESPACE_OR_NUL |
| Modifier and Type | Method and Description |
|---|---|
default @NotNull CharPredicate |
CharPredicate.and(@NotNull CharPredicate other)
Returns a composed predicate that represents a short-circuiting logical
AND of this predicate and another.
|
static @NotNull CharPredicate |
CharPredicate.anyOf(char... chars) |
static @NotNull CharPredicate |
CharPredicate.anyOf(@NotNull CharSequence chars) |
default @NotNull CharPredicate |
CharPredicate.negate()
Returns a predicate that represents the logical negation of this
predicate.
|
default @NotNull CharPredicate |
CharPredicate.or(@NotNull CharPredicate other)
Returns a composed predicate that represents a short-circuiting logical
OR of this predicate and another.
|
static @NotNull CharPredicate |
CharPredicate.standardOrAnyOf(char c1) |
static @NotNull CharPredicate |
CharPredicate.standardOrAnyOf(char c1,
char c2) |
static @NotNull CharPredicate |
CharPredicate.standardOrAnyOf(char c1,
char c2,
char c3) |
static @NotNull CharPredicate |
CharPredicate.standardOrAnyOf(char c1,
char c2,
char c3,
char c4) |
| Modifier and Type | Method and Description |
|---|---|
default @NotNull CharPredicate |
CharPredicate.and(@NotNull CharPredicate other)
Returns a composed predicate that represents a short-circuiting logical
AND of this predicate and another.
|
default @NotNull CharPredicate |
CharPredicate.or(@NotNull CharPredicate other)
Returns a composed predicate that represents a short-circuiting logical
OR of this predicate and another.
|
Copyright © 2020. All rights reserved.