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