Class IntPredicates.IntIsEvenPredicate
- java.lang.Object
-
- org.eclipse.collections.impl.block.factory.primitive.IntPredicates.IntIsEvenPredicate
-
- All Implemented Interfaces:
java.io.Serializable,java.util.function.IntPredicate,IntPredicate
- Enclosing class:
- IntPredicates
private static final class IntPredicates.IntIsEvenPredicate extends java.lang.Object implements IntPredicate
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUID
-
Constructor Summary
Constructors Modifier Constructor Description privateIntIsEvenPredicate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanaccept(int integral)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.eclipse.collections.api.block.predicate.primitive.IntPredicate
test
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Method Detail
-
accept
public boolean accept(int integral)
- Specified by:
acceptin interfaceIntPredicate
-
-