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