public interface BooleanPredicate extends Throwables.BooleanPredicate<RuntimeException>
| Modifier and Type | Field and Description |
|---|---|
static BooleanPredicate |
ALWAYS_FALSE |
static BooleanPredicate |
ALWAYS_TRUE |
static BooleanPredicate |
IS_FALSE |
static BooleanPredicate |
IS_TRUE |
| Modifier and Type | Method and Description |
|---|---|
boolean |
test(boolean value) |
static final BooleanPredicate ALWAYS_TRUE
static final BooleanPredicate ALWAYS_FALSE
static final BooleanPredicate IS_TRUE
static final BooleanPredicate IS_FALSE
boolean test(boolean value)
test in interface Throwables.BooleanPredicate<RuntimeException>Copyright © 2021. All rights reserved.