public interface ShortBiPredicate extends Try.ShortBiPredicate<java.lang.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 |
---|---|
default ShortBiPredicate |
and(ShortBiPredicate other) |
default ShortBiPredicate |
negate() |
default ShortBiPredicate |
or(ShortBiPredicate other) |
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 Try.ShortBiPredicate<java.lang.RuntimeException>
default ShortBiPredicate negate()
default ShortBiPredicate and(ShortBiPredicate other)
default ShortBiPredicate or(ShortBiPredicate other)