Class CheckedShortByteProcedure

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

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

    • CheckedShortByteProcedure

      public CheckedShortByteProcedure()
  • Method Details

    • value

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

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