public interface BytePredicate extends Throwables.BytePredicate<RuntimeException>
| Modifier and Type | Field and Description |
|---|---|
static BytePredicate |
ALWAYS_FALSE |
static BytePredicate |
ALWAYS_TRUE |
static BytePredicate |
IS_NEGATIVE |
static BytePredicate |
IS_POSITIVE |
static BytePredicate |
IS_ZERO |
static BytePredicate |
NOT_NEGATIVE |
static BytePredicate |
NOT_POSITIVE |
static BytePredicate |
NOT_ZERO |
| Modifier and Type | Method and Description |
|---|---|
boolean |
test(byte value) |
static final BytePredicate ALWAYS_TRUE
static final BytePredicate ALWAYS_FALSE
static final BytePredicate IS_ZERO
static final BytePredicate NOT_ZERO
static final BytePredicate IS_POSITIVE
static final BytePredicate NOT_POSITIVE
static final BytePredicate IS_NEGATIVE
static final BytePredicate NOT_NEGATIVE
boolean test(byte value)
test in interface Throwables.BytePredicate<RuntimeException>Copyright © 2021. All rights reserved.