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