Class CheckedByteProcedure
- java.lang.Object
-
- org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedByteProcedure
-
- All Implemented Interfaces:
java.io.Serializable,ByteProcedure
public abstract class CheckedByteProcedure extends java.lang.Object implements ByteProcedure
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 CheckedByteProcedure()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract voidsafeValue(byte item)voidvalue(byte item)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Method Detail
-
value
public final void value(byte item)
- Specified by:
valuein interfaceByteProcedure
-
safeValue
public abstract void safeValue(byte item) throws java.lang.Exception- Throws:
java.lang.Exception
-
-