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