Class LongPredicates
java.lang.Object
org.eclipse.collections.impl.block.factory.primitive.LongPredicates
public final class LongPredicates extends Object
Provides a set of common predicates for long values.
This file was automatically generated from template file primitivePredicates.stg.
-
Method Summary
Modifier and Type Method Description static LongPredicatealwaysFalse()static LongPredicatealwaysTrue()static LongPredicateand(LongPredicate one, LongPredicate two)static LongPredicateequal(long expected)static LongPredicategreaterThan(long expected)static LongPredicateisEven()static LongPredicateisOdd()static LongPredicatelessThan(long expected)static LongPredicatenot(LongPredicate negate)static LongPredicateor(LongPredicate one, LongPredicate two)