| 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 |
Copyright © 2021. All rights reserved.