Class IntPredicates.OrIntPredicate
java.lang.Object
org.eclipse.collections.impl.block.factory.primitive.IntPredicates.OrIntPredicate
- All Implemented Interfaces:
Serializable
,IntPredicate
,IntPredicate
- Enclosing class:
IntPredicates
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final IntPredicate
private static final long
private final IntPredicate
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.function.IntPredicate
and, negate, or
Methods inherited from interface org.eclipse.collections.api.block.predicate.primitive.IntPredicate
test
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
one
-
two
-
-
Constructor Details
-
OrIntPredicate
-
-
Method Details
-
accept
public boolean accept(int actual) - Specified by:
accept
in interfaceIntPredicate
-