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:
  • Constructor Details

    • CheckedDoubleShortProcedure

      public CheckedDoubleShortProcedure()
  • Method Details

    • value

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

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