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