public interface IntBiPredicate extends Throwables.IntBiPredicate<RuntimeException>
| Modifier and Type | Field and Description |
|---|---|
static IntBiPredicate |
ALWAYS_FALSE |
static IntBiPredicate |
ALWAYS_TRUE |
static IntBiPredicate |
EQUAL |
static IntBiPredicate |
GREATER_EQUAL |
static IntBiPredicate |
GREATER_THAN |
static IntBiPredicate |
LESS_EQUAL |
static IntBiPredicate |
LESS_THAN |
static IntBiPredicate |
NOT_EQUAL |
| Modifier and Type | Method and Description |
|---|---|
boolean |
test(int t,
int u) |
static final IntBiPredicate ALWAYS_TRUE
static final IntBiPredicate ALWAYS_FALSE
static final IntBiPredicate EQUAL
static final IntBiPredicate NOT_EQUAL
static final IntBiPredicate GREATER_THAN
static final IntBiPredicate GREATER_EQUAL
static final IntBiPredicate LESS_THAN
static final IntBiPredicate LESS_EQUAL
boolean test(int t,
int u)
test in interface Throwables.IntBiPredicate<RuntimeException>Copyright © 2021. All rights reserved.