| Package | Description |
|---|---|
| com.landawn.abacus.util | |
| com.landawn.abacus.util.function |
| Modifier and Type | Method and Description |
|---|---|
static BytePredicate |
Fn.FnB.notNegative() |
static BytePredicate |
Fn.FnB.p(BytePredicate p) |
static BytePredicate |
Fn.FnB.positve() |
| Modifier and Type | Method and Description |
|---|---|
static BytePredicate |
Fn.FnB.p(BytePredicate p) |
| Modifier and Type | Field and Description |
|---|---|
static BytePredicate |
BytePredicate.ALWAYS_FALSE |
static BytePredicate |
BytePredicate.ALWAYS_TRUE |
static BytePredicate |
BytePredicate.IS_NEGATIVE |
static BytePredicate |
BytePredicate.IS_POSITIVE |
static BytePredicate |
BytePredicate.IS_ZERO |
static BytePredicate |
BytePredicate.NOT_NEGATIVE |
static BytePredicate |
BytePredicate.NOT_POSITIVE |
static BytePredicate |
BytePredicate.NOT_ZERO |
| Modifier and Type | Method and Description |
|---|---|
default BytePredicate |
BytePredicate.and(BytePredicate other) |
static BytePredicate |
BytePredicate.between(byte minValue,
byte maxValue) |
static BytePredicate |
BytePredicate.equal(byte targetByte) |
static BytePredicate |
BytePredicate.greaterEqual(byte targetByte) |
static BytePredicate |
BytePredicate.greaterThan(byte targetByte) |
static BytePredicate |
BytePredicate.lessEqual(byte targetByte) |
static BytePredicate |
BytePredicate.lessThan(byte targetByte) |
default BytePredicate |
BytePredicate.negate() |
static BytePredicate |
BytePredicate.notEqual(byte targetByte) |
static BytePredicate |
BytePredicate.of(BytePredicate predicate)
Returns the specified instance
|
default BytePredicate |
BytePredicate.or(BytePredicate other) |
| Modifier and Type | Method and Description |
|---|---|
default BytePredicate |
BytePredicate.and(BytePredicate other) |
static BytePredicate |
BytePredicate.of(BytePredicate predicate)
Returns the specified instance
|
default BytePredicate |
BytePredicate.or(BytePredicate other) |
Copyright © 2021. All rights reserved.