Class BytePredicates.AndBytePredicate
java.lang.Object
org.eclipse.collections.impl.block.factory.primitive.BytePredicates.AndBytePredicate
- All Implemented Interfaces:
Serializable
,BytePredicate
- Enclosing class:
BytePredicates
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final BytePredicate
private static final long
private final BytePredicate
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
one
-
two
-
-
Constructor Details
-
AndBytePredicate
-
-
Method Details
-
accept
public boolean accept(byte actual) - Specified by:
accept
in interfaceBytePredicate
-