Class CheckedLongByteProcedure
- java.lang.Object
-
- org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedLongByteProcedure
-
- All Implemented Interfaces:
Serializable,LongByteProcedure
public abstract class CheckedLongByteProcedure extends Object implements LongByteProcedure
This file was automatically generated from template file checkedPrimitivePrimitiveProcedure.stg.- Since:
- 4.0.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CheckedLongByteProcedure()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract voidsafeValue(long item1, byte item2)voidvalue(long item1, byte item2)
-
-
-
Method Detail
-
value
public final void value(long item1, byte item2)- Specified by:
valuein interfaceLongByteProcedure
-
-