Class BytePredicates.OrBytePredicate
- java.lang.Object
-
- org.eclipse.collections.impl.block.factory.primitive.BytePredicates.OrBytePredicate
-
- All Implemented Interfaces:
java.io.Serializable
,BytePredicate
- Enclosing class:
- BytePredicates
private static final class BytePredicates.OrBytePredicate extends java.lang.Object implements BytePredicate
-
-
Field Summary
Fields Modifier and Type Field Description private BytePredicate
one
private static long
serialVersionUID
private BytePredicate
two
-
Constructor Summary
Constructors Modifier Constructor Description private
OrBytePredicate(BytePredicate one, BytePredicate two)
-
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
-
one
private final BytePredicate one
-
two
private final BytePredicate two
-
-
Constructor Detail
-
OrBytePredicate
private OrBytePredicate(BytePredicate one, BytePredicate two)
-
-
Method Detail
-
accept
public boolean accept(byte actual)
- Specified by:
accept
in interfaceBytePredicate
-
-