Class SelectCharIterable.IfCharProcedure
- java.lang.Object
-
- org.eclipse.collections.impl.lazy.primitive.SelectCharIterable.IfCharProcedure
-
- All Implemented Interfaces:
java.io.Serializable
,CharProcedure
- Enclosing class:
- SelectCharIterable
private final class SelectCharIterable.IfCharProcedure extends java.lang.Object implements CharProcedure
-
-
Field Summary
Fields Modifier and Type Field Description private CharProcedure
procedure
private static long
serialVersionUID
-
Constructor Summary
Constructors Modifier Constructor Description private
IfCharProcedure(CharProcedure procedure)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
value(char each)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
procedure
private final CharProcedure procedure
-
-
Constructor Detail
-
IfCharProcedure
private IfCharProcedure(CharProcedure procedure)
-
-
Method Detail
-
value
public void value(char each)
- Specified by:
value
in interfaceCharProcedure
-
-