Class BytePredicates
java.lang.Object
org.eclipse.collections.impl.block.factory.primitive.BytePredicates
public final class BytePredicates extends Object
Provides a set of common predicates for byte values.
This file was automatically generated from template file primitivePredicates.stg.
-
Method Summary
Modifier and Type Method Description static BytePredicatealwaysFalse()static BytePredicatealwaysTrue()static 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)