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

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

    • CheckedCharIntProcedure

      public CheckedCharIntProcedure()
  • Method Details

    • value

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

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