Interface IntProcedure

    • Method Detail

      • execute

        boolean execute​(int id)
        Parameters:
        id - integer value
        Returns:
        flag to indicate whether to continue executing the procedure. Return true to continue executing, or false to prevent any more calls to this method.