| Package | Description |
|---|---|
| com.landawn.abacus.util.function |
| Modifier and Type | Field and Description |
|---|---|
static BooleanBiPredicate |
BooleanBiPredicate.ALWAYS_FALSE |
static BooleanBiPredicate |
BooleanBiPredicate.ALWAYS_TRUE |
static BooleanBiPredicate |
BooleanBiPredicate.BOTH_FALSE |
static BooleanBiPredicate |
BooleanBiPredicate.BOTH_TRUE |
static BooleanBiPredicate |
BooleanBiPredicate.EQUAL |
static BooleanBiPredicate |
BooleanBiPredicate.NOT_EQUAL |
| Modifier and Type | Method and Description |
|---|---|
default BooleanBiPredicate |
BooleanBiPredicate.and(BooleanBiPredicate other) |
default BooleanBiPredicate |
BooleanBiPredicate.negate() |
default BooleanBiPredicate |
BooleanBiPredicate.or(BooleanBiPredicate other) |
| Modifier and Type | Method and Description |
|---|---|
default BooleanBiPredicate |
BooleanBiPredicate.and(BooleanBiPredicate other) |
default BooleanBiPredicate |
BooleanBiPredicate.or(BooleanBiPredicate other) |
Copyright © 2021. All rights reserved.