public interface BooleanBiPredicate extends Throwables.BooleanBiPredicate<RuntimeException>
| Modifier and Type | Field and Description |
|---|---|
static BooleanBiPredicate |
ALWAYS_FALSE |
static BooleanBiPredicate |
ALWAYS_TRUE |
static BooleanBiPredicate |
BOTH_FALSE |
static BooleanBiPredicate |
BOTH_TRUE |
static BooleanBiPredicate |
EQUAL |
static BooleanBiPredicate |
NOT_EQUAL |
| Modifier and Type | Method and Description |
|---|---|
boolean |
test(boolean t,
boolean u) |
static final BooleanBiPredicate ALWAYS_TRUE
static final BooleanBiPredicate ALWAYS_FALSE
static final BooleanBiPredicate BOTH_TRUE
static final BooleanBiPredicate BOTH_FALSE
static final BooleanBiPredicate EQUAL
static final BooleanBiPredicate NOT_EQUAL
boolean test(boolean t,
boolean u)
test in interface Throwables.BooleanBiPredicate<RuntimeException>Copyright © 2021. All rights reserved.