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