Class BytePredicates.ByteIsEvenPredicate
java.lang.Object
org.eclipse.collections.impl.block.factory.primitive.BytePredicates.ByteIsEvenPredicate
- All Implemented Interfaces:
Serializable
,BytePredicate
- Enclosing class:
BytePredicates
private static final class BytePredicates.ByteIsEvenPredicate
extends Object
implements BytePredicate
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
ByteIsEvenPredicate
private ByteIsEvenPredicate()
-
-
Method Details
-
accept
public boolean accept(byte integral) - Specified by:
accept
in interfaceBytePredicate
-