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.
-
Method Summary
Modifier and TypeMethodDescriptionstatic DoublePredicate
static DoublePredicate
static DoublePredicate
and
(DoublePredicate one, DoublePredicate two) static DoublePredicate
equal
(double expected) static DoublePredicate
equal
(double expected, double delta) static DoublePredicate
greaterThan
(double expected) static DoublePredicate
lessThan
(double expected) static DoublePredicate
not
(DoublePredicate negate) static DoublePredicate
or
(DoublePredicate one, DoublePredicate two)
-
Method Details
-
equal
-
equal
-
lessThan
-
greaterThan
-
alwaysTrue
-
alwaysFalse
-
and
-
or
-
not
-