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