Class CheckedLongProcedure
- java.lang.Object
-
- org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedLongProcedure
-
- All Implemented Interfaces:
java.io.Serializable,java.util.function.LongConsumer,LongProcedure
public abstract class CheckedLongProcedure extends java.lang.Object implements LongProcedure
This file was automatically generated from template file checkedPrimitiveProcedure.stg.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUID
-
Constructor Summary
Constructors Constructor Description CheckedLongProcedure()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract voidsafeValue(long item)voidvalue(long item)-
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.LongProcedure
accept
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Method Detail
-
value
public final void value(long item)
- Specified by:
valuein interfaceLongProcedure
-
safeValue
public abstract void safeValue(long item) throws java.lang.Exception- Throws:
java.lang.Exception
-
-