Interface IMatchProcedure


  • public interface IMatchProcedure
    A procedure that is called iteratively for each match within an index.
    Author:
    ActiveViam
    • Method Detail

      • match

        boolean match​(int row)
        Calls the procedure with a row at which there is a match.
        Parameters:
        row - row for which there is a match
        Returns:
        true if the procedure wants to continue, false if the procedure considers its task is over