Interface IntPredicate
- All Known Implementing Classes:
IntAnyOfPredicate
,IntEqualsPredicate
,IntGreaterOrEqualsPredicate
,IntGreaterThanPredicate
,IntLowerOrEqualsPredicate
,IntLowerThanPredicate
-
Method Summary
Modifier and TypeMethodDescriptionstatic IntPredicate
anyOf
(int... expectedValues) static IntPredicate
equalTo
(int expectedValue) boolean
evaluate
(int value) default boolean
static IntPredicate
greaterOrEquals
(int threshold) static IntPredicate
greaterThan
(int threshold) static IntPredicate
lowerOrEquals
(int threshold) static IntPredicate
lowerThan
(int threshold)