Class DoublePredicates.OrDoublePredicate
java.lang.Object
org.eclipse.collections.impl.block.factory.primitive.DoublePredicates.OrDoublePredicate
- All Implemented Interfaces:
Serializable, DoublePredicate, DoublePredicate
- Enclosing class:
DoublePredicates
private static final class DoublePredicates.OrDoublePredicate
extends Object
implements DoublePredicate
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final DoublePredicateprivate static final longprivate final DoublePredicate -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateOrDoublePredicate(DoublePredicate one, DoublePredicate two) -
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:
-
one
-
two
-
-
Constructor Details
-
OrDoublePredicate
-
-
Method Details
-
accept
public boolean accept(double actual) - Specified by:
acceptin interfaceDoublePredicate
-