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