Class ShortPredicates
java.lang.Object
org.eclipse.collections.impl.block.factory.primitive.ShortPredicates
Provides a set of common predicates for short values.
This file was automatically generated from template file primitivePredicates.stg.
-
Method Summary
Modifier and TypeMethodDescriptionstatic ShortPredicatestatic ShortPredicatestatic ShortPredicateand(ShortPredicate one, ShortPredicate two) static ShortPredicateequal(short expected) static ShortPredicategreaterThan(short expected) static ShortPredicateisEven()static ShortPredicateisOdd()static ShortPredicatelessThan(short expected) static ShortPredicatenot(ShortPredicate negate) static ShortPredicateor(ShortPredicate one, ShortPredicate two)
-
Method Details
-
equal
-
lessThan
-
greaterThan
-
isEven
-
isOdd
-
alwaysTrue
-
alwaysFalse
-
and
-
or
-
not
-