public interface ByteBiPredicate extends Try.ByteBiPredicate<java.lang.RuntimeException>
Modifier and Type | Field and Description |
---|---|
static ByteBiPredicate |
ALWAYS_FALSE |
static ByteBiPredicate |
ALWAYS_TRUE |
static ByteBiPredicate |
EQUAL |
static ByteBiPredicate |
GREATER_EQUAL |
static ByteBiPredicate |
GREATER_THAN |
static ByteBiPredicate |
LESS_EQUAL |
static ByteBiPredicate |
LESS_THAN |
static ByteBiPredicate |
NOT_EQUAL |
Modifier and Type | Method and Description |
---|---|
default ByteBiPredicate |
and(ByteBiPredicate other) |
default ByteBiPredicate |
negate() |
default ByteBiPredicate |
or(ByteBiPredicate other) |
boolean |
test(byte t,
byte u) |
static final ByteBiPredicate ALWAYS_TRUE
static final ByteBiPredicate ALWAYS_FALSE
static final ByteBiPredicate EQUAL
static final ByteBiPredicate NOT_EQUAL
static final ByteBiPredicate GREATER_THAN
static final ByteBiPredicate GREATER_EQUAL
static final ByteBiPredicate LESS_THAN
static final ByteBiPredicate LESS_EQUAL
boolean test(byte t, byte u)
test
in interface Try.ByteBiPredicate<java.lang.RuntimeException>
default ByteBiPredicate negate()
default ByteBiPredicate and(ByteBiPredicate other)
default ByteBiPredicate or(ByteBiPredicate other)