Class LongPredicates
java.lang.Object
org.eclipse.collections.impl.block.factory.primitive.LongPredicates
Provides a set of common predicates for long values.
This file was automatically generated from template file primitivePredicates.stg.
-
Method Summary
Modifier and TypeMethodDescriptionstatic LongPredicatestatic LongPredicatestatic 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)
-
Method Details
-
equal
-
lessThan
-
greaterThan
-
isEven
-
isOdd
-
alwaysTrue
-
alwaysFalse
-
and
-
or
-
not
-