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