| Package | Description |
|---|---|
| com.landawn.abacus.util.function |
| Modifier and Type | Method and Description |
|---|---|
default BooleanUnaryOperator |
BooleanUnaryOperator.andThen(BooleanUnaryOperator after) |
default BooleanUnaryOperator |
BooleanUnaryOperator.compose(BooleanUnaryOperator before) |
static BooleanUnaryOperator |
BooleanUnaryOperator.identity() |
| Modifier and Type | Method and Description |
|---|---|
default BooleanUnaryOperator |
BooleanUnaryOperator.andThen(BooleanUnaryOperator after) |
default BooleanUnaryOperator |
BooleanUnaryOperator.compose(BooleanUnaryOperator before) |
Copyright © 2021. All rights reserved.