Class CheckedObjectIntProcedure<T>
java.lang.Object
org.eclipse.collections.impl.block.procedure.checked.CheckedObjectIntProcedure<T>
- All Implemented Interfaces:
Serializable
,ObjIntConsumer<T>
,ObjectIntProcedure<T>
public abstract class CheckedObjectIntProcedure<T> extends Object implements ObjectIntProcedure<T>
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description CheckedObjectIntProcedure()
-
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.eclipse.collections.api.block.procedure.primitive.ObjectIntProcedure
accept
-
Constructor Details
-
CheckedObjectIntProcedure
public CheckedObjectIntProcedure()
-
-
Method Details