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