Class SelectIntIterable.IfIntProcedure
- java.lang.Object
-
- org.eclipse.collections.impl.lazy.primitive.SelectIntIterable.IfIntProcedure
-
- All Implemented Interfaces:
java.io.Serializable
,java.util.function.IntConsumer
,IntProcedure
- Enclosing class:
- SelectIntIterable
private final class SelectIntIterable.IfIntProcedure extends java.lang.Object implements IntProcedure
-
-
Field Summary
Fields Modifier and Type Field Description private IntProcedure
procedure
private static long
serialVersionUID
-
Constructor Summary
Constructors Modifier Constructor Description private
IfIntProcedure(IntProcedure procedure)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
value(int each)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.eclipse.collections.api.block.procedure.primitive.IntProcedure
accept
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
procedure
private final IntProcedure procedure
-
-
Constructor Detail
-
IfIntProcedure
private IfIntProcedure(IntProcedure procedure)
-
-
Method Detail
-
value
public void value(int each)
- Specified by:
value
in interfaceIntProcedure
-
-