Interface ResultIF


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

      • add

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