Class ShortPredicates
java.lang.Object
org.eclipse.collections.impl.block.factory.primitive.ShortPredicates
public final class ShortPredicates extends Object
Provides a set of common predicates for short values.
This file was automatically generated from template file primitivePredicates.stg.
-
Method Summary
Modifier and Type Method Description static ShortPredicate
alwaysFalse()
static ShortPredicate
alwaysTrue()
static ShortPredicate
and(ShortPredicate one, ShortPredicate two)
static ShortPredicate
equal(short expected)
static ShortPredicate
greaterThan(short expected)
static ShortPredicate
isEven()
static ShortPredicate
isOdd()
static ShortPredicate
lessThan(short expected)
static ShortPredicate
not(ShortPredicate negate)
static ShortPredicate
or(ShortPredicate one, ShortPredicate two)