Class CheckedShortLongProcedure

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

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

    • CheckedShortLongProcedure

      public CheckedShortLongProcedure()
  • Method Details

    • value

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

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