Interface LongPredicate
- All Known Implementing Classes:
LongAnyOfPredicate
,LongEqualsPredicate
,LongGreaterOrEqualsPredicate
,LongGreaterThanPredicate
,LongLowerOrEqualsPredicate
,LongLowerThanPredicate
-
Method Summary
Modifier and TypeMethodDescriptionstatic LongPredicate
anyOf
(long... expectedValues) static LongPredicate
equalTo
(long expectedValue) boolean
evaluate
(long value) default boolean
static LongPredicate
greaterOrEquals
(long threshold) static LongPredicate
greaterThan
(long threshold) static LongPredicate
lowerOrEquals
(long threshold) static LongPredicate
lowerThan
(long threshold)