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 ShortPredicatealwaysFalse()static ShortPredicatealwaysTrue()static 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)