Class FloatPredicates
java.lang.Object
org.eclipse.collections.impl.block.factory.primitive.FloatPredicates
Provides a set of common predicates for float 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 class -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final FloatPredicateprivate static final FloatPredicate -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic FloatPredicatestatic FloatPredicatestatic FloatPredicateand(FloatPredicate one, FloatPredicate two) static FloatPredicateequal(float expected) static FloatPredicateequal(float expected, float delta) static FloatPredicategreaterThan(float expected) static FloatPredicatelessThan(float expected) static FloatPredicatenot(FloatPredicate negate) static FloatPredicateor(FloatPredicate one, FloatPredicate two)
-
Field Details
-
ALWAYS_TRUE
-
ALWAYS_FALSE
-
-
Constructor Details
-
FloatPredicates
private FloatPredicates()
-
-
Method Details
-
equal
-
equal
-
lessThan
-
greaterThan
-
alwaysTrue
-
alwaysFalse
-
and
-
or
-
not
-