Package jisa.results

Interface ResultTable.Rowable

  • Enclosing class:
    ResultTable

    public static interface ResultTable.Rowable
    Interface for building a row by use of a RowSetter
    • Method Detail

      • build

        void build​(ResultTable.RowSetter row)
            throws java.lang.Exception
        Build a new row using the given RowSetter.
        Parameters:
        row - RowSetter to build with
        Throws:
        java.lang.Exception - Forwarded exception