Class CheckedIntProcedure
- java.lang.Object
-
- org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedIntProcedure
-
- All Implemented Interfaces:
Serializable,IntConsumer,IntProcedure
public abstract class CheckedIntProcedure extends Object implements IntProcedure
This file was automatically generated from template file checkedPrimitiveProcedure.stg.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CheckedIntProcedure()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract voidsafeValue(int item)voidvalue(int item)-
Methods inherited from class java.lang.Object
equals, 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
-
-
-
-
Method Detail
-
value
public final void value(int item)
- Specified by:
valuein interfaceIntProcedure
-
-