Class DoublePredicates
java.lang.Object
org.eclipse.collections.impl.block.factory.primitive.DoublePredicates
Provides a set of common predicates for double 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 DoublePredicateprivate static final DoublePredicate -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DoublePredicatestatic DoublePredicatestatic DoublePredicateand(DoublePredicate one, DoublePredicate two) static DoublePredicateequal(double expected) static DoublePredicateequal(double expected, double delta) static DoublePredicategreaterThan(double expected) static DoublePredicatelessThan(double expected) static DoublePredicatenot(DoublePredicate negate) static DoublePredicateor(DoublePredicate one, DoublePredicate two)
-
Field Details
-
ALWAYS_TRUE
-
ALWAYS_FALSE
-
-
Constructor Details
-
DoublePredicates
private DoublePredicates()
-
-
Method Details
-
equal
-
equal
-
lessThan
-
greaterThan
-
alwaysTrue
-
alwaysFalse
-
and
-
or
-
not
-