| Package | Description |
|---|---|
| com.landawn.abacus.util.function |
| Modifier and Type | Field and Description |
|---|---|
static BooleanPredicate |
BooleanPredicate.ALWAYS_FALSE |
static BooleanPredicate |
BooleanPredicate.ALWAYS_TRUE |
static BooleanPredicate |
BooleanPredicate.IS_FALSE |
static BooleanPredicate |
BooleanPredicate.IS_TRUE |
| Modifier and Type | Method and Description |
|---|---|
default BooleanPredicate |
BooleanPredicate.and(BooleanPredicate other) |
default BooleanPredicate |
BooleanPredicate.negate() |
static BooleanPredicate |
BooleanPredicate.of(BooleanPredicate predicate)
Returns the specified instance
|
default BooleanPredicate |
BooleanPredicate.or(BooleanPredicate other) |
| Modifier and Type | Method and Description |
|---|---|
default BooleanPredicate |
BooleanPredicate.and(BooleanPredicate other) |
static BooleanPredicate |
BooleanPredicate.of(BooleanPredicate predicate)
Returns the specified instance
|
default BooleanPredicate |
BooleanPredicate.or(BooleanPredicate other) |
Copyright © 2021. All rights reserved.