Class CheckedByteProcedure
- java.lang.Object
-
- org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedByteProcedure
-
- All Implemented Interfaces:
Serializable,ByteProcedure
public abstract class CheckedByteProcedure extends Object implements ByteProcedure
This file was automatically generated from template file checkedPrimitiveProcedure.stg.- See Also:
- Serialized Form
-
-
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)
-
-
-
Method Detail
-
value
public final void value(byte item)
- Specified by:
valuein interfaceByteProcedure
-
-