| Package | Description |
|---|---|
| com.landawn.abacus.util | |
| com.landawn.abacus.util.function |
| Modifier and Type | Method and Description |
|---|---|
static ShortBiPredicate |
Fn.FnS.equal() |
static ShortBiPredicate |
Fn.FnS.greaterEqual() |
static ShortBiPredicate |
Fn.FnS.greaterThan() |
static ShortBiPredicate |
Fn.FnS.lessEqual() |
static ShortBiPredicate |
Fn.FnS.lessThan() |
static ShortBiPredicate |
Fn.FnS.notEqual() |
| Modifier and Type | Field and Description |
|---|---|
static ShortBiPredicate |
ShortBiPredicate.ALWAYS_FALSE |
static ShortBiPredicate |
ShortBiPredicate.ALWAYS_TRUE |
static ShortBiPredicate |
ShortBiPredicate.EQUAL |
static ShortBiPredicate |
ShortBiPredicate.GREATER_EQUAL |
static ShortBiPredicate |
ShortBiPredicate.GREATER_THAN |
static ShortBiPredicate |
ShortBiPredicate.LESS_EQUAL |
static ShortBiPredicate |
ShortBiPredicate.LESS_THAN |
static ShortBiPredicate |
ShortBiPredicate.NOT_EQUAL |
Copyright © 2021. All rights reserved.