Class CharPredicates.AndCharPredicate
- java.lang.Object
-
- org.eclipse.collections.impl.block.factory.primitive.CharPredicates.AndCharPredicate
-
- All Implemented Interfaces:
java.io.Serializable
,CharPredicate
- Enclosing class:
- CharPredicates
private static final class CharPredicates.AndCharPredicate 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
AndCharPredicate(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
-
AndCharPredicate
private AndCharPredicate(CharPredicate one, CharPredicate two)
-
-
Method Detail
-
accept
public boolean accept(char actual)
- Specified by:
accept
in interfaceCharPredicate
-
-