public interface CharTriPredicate extends Try.CharTriPredicate<java.lang.RuntimeException>
Modifier and Type | Field and Description |
---|---|
static CharTriPredicate |
ALWAYS_FALSE |
static CharTriPredicate |
ALWAYS_TRUE |
Modifier and Type | Method and Description |
---|---|
default CharTriPredicate |
and(CharTriPredicate other) |
default CharTriPredicate |
negate() |
default CharTriPredicate |
or(CharTriPredicate other) |
boolean |
test(char a,
char b,
char c) |
static final CharTriPredicate ALWAYS_TRUE
static final CharTriPredicate ALWAYS_FALSE
boolean test(char a, char b, char c)
test
in interface Try.CharTriPredicate<java.lang.RuntimeException>
default CharTriPredicate negate()
default CharTriPredicate and(CharTriPredicate other)
default CharTriPredicate or(CharTriPredicate other)