Class CheckedShortIntProcedure

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

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

    • CheckedShortIntProcedure

      public CheckedShortIntProcedure()
  • Method Details

    • value

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

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