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 BytePredicateprivate static final longprivate 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:
acceptin interfaceBytePredicate
-