Class CheckedIntProcedure
java.lang.Object
org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedIntProcedure
- All Implemented Interfaces:
Serializable,IntConsumer,IntProcedure
This file was automatically generated from template file checkedPrimitiveProcedure.stg.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.function.IntConsumer
andThenMethods inherited from interface org.eclipse.collections.api.block.procedure.primitive.IntProcedure
accept
-
Constructor Details
-
CheckedIntProcedure
public CheckedIntProcedure()
-
-
Method Details
-
value
public final void value(int item) - Specified by:
valuein interfaceIntProcedure
-
safeValue
- Throws:
Exception
-