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