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 |
|---|---|
default BooleanBiPredicate |
and(BooleanBiPredicate other) |
default BooleanBiPredicate |
negate() |
default BooleanBiPredicate |
or(BooleanBiPredicate other) |
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>default BooleanBiPredicate negate()
default BooleanBiPredicate and(BooleanBiPredicate other)
default BooleanBiPredicate or(BooleanBiPredicate other)
Copyright © 2021. All rights reserved.