| Package | Description |
|---|---|
| com.landawn.abacus.util | |
| com.landawn.abacus.util.function |
| Modifier and Type | Method and Description |
|---|---|
static ShortPredicate |
Fn.FnS.notNegative() |
static ShortPredicate |
Fn.FnS.p(ShortPredicate p) |
static ShortPredicate |
Fn.FnS.positve() |
| Modifier and Type | Method and Description |
|---|---|
static ShortPredicate |
Fn.FnS.p(ShortPredicate p) |
| Modifier and Type | Field and Description |
|---|---|
static ShortPredicate |
ShortPredicate.ALWAYS_FALSE |
static ShortPredicate |
ShortPredicate.ALWAYS_TRUE |
static ShortPredicate |
ShortPredicate.IS_NEGATIVE |
static ShortPredicate |
ShortPredicate.IS_POSITIVE |
static ShortPredicate |
ShortPredicate.IS_ZERO |
static ShortPredicate |
ShortPredicate.NOT_NEGATIVE |
static ShortPredicate |
ShortPredicate.NOT_POSITIVE |
static ShortPredicate |
ShortPredicate.NOT_ZERO |
| Modifier and Type | Method and Description |
|---|---|
default ShortPredicate |
ShortPredicate.and(ShortPredicate other) |
static ShortPredicate |
ShortPredicate.between(short minValue,
short maxValue) |
static ShortPredicate |
ShortPredicate.equal(short targetShort) |
static ShortPredicate |
ShortPredicate.greaterEqual(short targetShort) |
static ShortPredicate |
ShortPredicate.greaterThan(short targetShort) |
static ShortPredicate |
ShortPredicate.lessEqual(short targetShort) |
static ShortPredicate |
ShortPredicate.lessThan(short targetShort) |
default ShortPredicate |
ShortPredicate.negate() |
static ShortPredicate |
ShortPredicate.notEqual(short targetShort) |
static ShortPredicate |
ShortPredicate.of(ShortPredicate predicate)
Returns the specified instance
|
default ShortPredicate |
ShortPredicate.or(ShortPredicate other) |
| Modifier and Type | Method and Description |
|---|---|
default ShortPredicate |
ShortPredicate.and(ShortPredicate other) |
static ShortPredicate |
ShortPredicate.of(ShortPredicate predicate)
Returns the specified instance
|
default ShortPredicate |
ShortPredicate.or(ShortPredicate other) |
Copyright © 2021. All rights reserved.