Interface ResultIF


public interface ResultIF
EXPERIMENTAL: Interface used by process predicates to add new result rows.
Since:
4.0
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    add(Object[] row)
    EXPERIMENTAL: Add the given row to the result.
  • Method Details

    • add

      void add(Object[] row)
      EXPERIMENTAL: Add the given row to the result.