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.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static final classprivate static final classprivate static final classprivate static final classprivate static final classprivate static final classprivate static final classprivate static final classprivate static final classprivate static final class -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final BytePredicateprivate static final BytePredicateprivate static final BytePredicates.ByteIsEvenPredicateprivate static final BytePredicates.ByteIsOddPredicate -
Constructor Summary
Constructors -
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)
-
Field Details
-
IS_EVEN
-
IS_ODD
-
ALWAYS_TRUE
-
ALWAYS_FALSE
-
-
Constructor Details
-
BytePredicates
private BytePredicates()
-
-
Method Details
-
equal
-
lessThan
-
greaterThan
-
isEven
-
isOdd
-
alwaysTrue
-
alwaysFalse
-
and
-
or
-
not
-