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