| Package | Description |
|---|---|
| com.landawn.abacus.util | |
| com.landawn.abacus.util.function |
| Modifier and Type | Method and Description |
|---|---|
static CharPredicate |
Fn.FnC.isWhitespace() |
static CharPredicate |
Fn.FnC.isZero() |
static CharPredicate |
Fn.FnC.p(CharPredicate p) |
| Modifier and Type | Method and Description |
|---|---|
static CharPredicate |
Fn.FnC.p(CharPredicate p) |
| Modifier and Type | Field and Description |
|---|---|
static CharPredicate |
CharPredicate.ALWAYS_FALSE |
static CharPredicate |
CharPredicate.ALWAYS_TRUE |
static CharPredicate |
CharPredicate.IS_ZERO |
static CharPredicate |
CharPredicate.NOT_ZERO |
| Modifier and Type | Method and Description |
|---|---|
default CharPredicate |
CharPredicate.and(CharPredicate other) |
static CharPredicate |
CharPredicate.between(char minValue,
char maxValue) |
static CharPredicate |
CharPredicate.equal(char targetChar) |
static CharPredicate |
CharPredicate.greaterEqual(char targetChar) |
static CharPredicate |
CharPredicate.greaterThan(char targetChar) |
static CharPredicate |
CharPredicate.lessEqual(char targetChar) |
static CharPredicate |
CharPredicate.lessThan(char targetChar) |
default CharPredicate |
CharPredicate.negate() |
static CharPredicate |
CharPredicate.notEqual(char targetChar) |
static CharPredicate |
CharPredicate.of(CharPredicate predicate)
Returns the specified instance
|
default CharPredicate |
CharPredicate.or(CharPredicate other) |
| Modifier and Type | Method and Description |
|---|---|
default CharPredicate |
CharPredicate.and(CharPredicate other) |
static CharPredicate |
CharPredicate.of(CharPredicate predicate)
Returns the specified instance
|
default CharPredicate |
CharPredicate.or(CharPredicate other) |
Copyright © 2021. All rights reserved.