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