Class DoublePredicates.LessThanDoublePredicate
java.lang.Object
org.eclipse.collections.impl.block.factory.primitive.DoublePredicates.LessThanDoublePredicate
- All Implemented Interfaces:
Serializable, DoublePredicate, DoublePredicate
- Enclosing class:
DoublePredicates
private static final class DoublePredicates.LessThanDoublePredicate
extends Object
implements DoublePredicate
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final doubleprivate static final long -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface DoublePredicate
and, negate, orMethods inherited from interface DoublePredicate
test
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
expected
private final double expected
-
-
Constructor Details
-
LessThanDoublePredicate
private LessThanDoublePredicate(double expected)
-
-
Method Details
-
accept
public boolean accept(double actual) - Specified by:
acceptin interfaceDoublePredicate
-