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