Class CheckedIntBooleanProcedure

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

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

    • CheckedIntBooleanProcedure

      public CheckedIntBooleanProcedure()
  • Method Details

    • value

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

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