public interface CharBiPredicate extends Throwables.CharBiPredicate<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 |
|---|---|
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 Throwables.CharBiPredicate<RuntimeException>Copyright © 2021. All rights reserved.