Class CheckedByteLongProcedure

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

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

    • CheckedByteLongProcedure

      public CheckedByteLongProcedure()
  • Method Details

    • value

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

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