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 class
private static final class
private static final class
private static final class
private static final class
private static final class
private static final class
private static final class
private static final class
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final DoublePredicate
private static final DoublePredicate
-
Constructor Summary
Constructors -
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)
-
Field Details
-
ALWAYS_TRUE
-
ALWAYS_FALSE
-
-
Constructor Details
-
DoublePredicates
private DoublePredicates()
-
-
Method Details
-
equal
-
equal
-
lessThan
-
greaterThan
-
alwaysTrue
-
alwaysFalse
-
and
-
or
-
not
-