Class BytePredicates
java.lang.Object
org.eclipse.collections.impl.block.factory.primitive.BytePredicates
Provides a set of common predicates for byte values.
This file was automatically generated from template file primitivePredicates.stg.
-
Method Summary
Modifier and TypeMethodDescriptionstatic BytePredicatestatic BytePredicatestatic BytePredicateand(BytePredicate one, BytePredicate two) static BytePredicateequal(byte expected) static BytePredicategreaterThan(byte expected) static BytePredicateisEven()static BytePredicateisOdd()static BytePredicatelessThan(byte expected) static BytePredicatenot(BytePredicate negate) static BytePredicateor(BytePredicate one, BytePredicate two)
-
Method Details
-
equal
-
lessThan
-
greaterThan
-
isEven
-
isOdd
-
alwaysTrue
-
alwaysFalse
-
and
-
or
-
not
-