Class CheckedDoubleIntProcedure

java.lang.Object
org.eclipse.collections.impl.block.procedure.checked.primitive.CheckedDoubleIntProcedure
All Implemented Interfaces:
Serializable, DoubleIntProcedure

public abstract class CheckedDoubleIntProcedure extends Object implements DoubleIntProcedure
This file was automatically generated from template file checkedPrimitivePrimitiveProcedure.stg.
Since:
4.0.
See Also:
  • Constructor Details

    • CheckedDoubleIntProcedure

      public CheckedDoubleIntProcedure()
  • Method Details

    • value

      public final void value(double item1, int item2)
      Specified by:
      value in interface DoubleIntProcedure
    • safeValue

      public abstract void safeValue(double item1, int item2) throws Exception
      Throws:
      Exception