public interface CharTriPredicate extends Throwables.CharTriPredicate<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 Throwables.CharTriPredicate<RuntimeException>default CharTriPredicate negate()
default CharTriPredicate and(CharTriPredicate other)
default CharTriPredicate or(CharTriPredicate other)
Copyright © 2021. All rights reserved.