Class BytePredicates.NotBytePredicate
- java.lang.Object
-
- org.eclipse.collections.impl.block.factory.primitive.BytePredicates.NotBytePredicate
-
- All Implemented Interfaces:
java.io.Serializable
,BytePredicate
- Enclosing class:
- BytePredicates
private static final class BytePredicates.NotBytePredicate extends java.lang.Object implements BytePredicate
-
-
Field Summary
Fields Modifier and Type Field Description private BytePredicate
negate
private static long
serialVersionUID
-
Constructor Summary
Constructors Modifier Constructor Description private
NotBytePredicate(BytePredicate negate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
accept(byte actual)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
negate
private final BytePredicate negate
-
-
Constructor Detail
-
NotBytePredicate
private NotBytePredicate(BytePredicate negate)
-
-
Method Detail
-
accept
public boolean accept(byte actual)
- Specified by:
accept
in interfaceBytePredicate
-
-