| Package | Description |
|---|---|
| com.landawn.abacus.util | |
| com.landawn.abacus.util.function |
| Modifier and Type | Method and Description |
|---|---|
static CharBiPredicate |
Fn.FnC.equal() |
static CharBiPredicate |
Fn.FnC.greaterEqual() |
static CharBiPredicate |
Fn.FnC.greaterThan() |
static CharBiPredicate |
Fn.FnC.lessEqual() |
static CharBiPredicate |
Fn.FnC.lessThan() |
static CharBiPredicate |
Fn.FnC.notEqual() |
| Modifier and Type | Field and Description |
|---|---|
static CharBiPredicate |
CharBiPredicate.ALWAYS_FALSE |
static CharBiPredicate |
CharBiPredicate.ALWAYS_TRUE |
static CharBiPredicate |
CharBiPredicate.EQUAL |
static CharBiPredicate |
CharBiPredicate.GREATER_EQUAL |
static CharBiPredicate |
CharBiPredicate.GREATER_THAN |
static CharBiPredicate |
CharBiPredicate.LESS_EQUAL |
static CharBiPredicate |
CharBiPredicate.LESS_THAN |
static CharBiPredicate |
CharBiPredicate.NOT_EQUAL |
Copyright © 2021. All rights reserved.