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