Class DoublePredicates
java.lang.Object
org.eclipse.collections.impl.block.factory.primitive.DoublePredicates
public final class DoublePredicates extends Object
Provides a set of common predicates for double values.
This file was automatically generated from template file primitivePredicates.stg.
-
Method Summary
Modifier and Type Method Description static DoublePredicatealwaysFalse()static DoublePredicatealwaysTrue()static 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)