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