Interface MultiReportWriter<T extends Report>

    • Method Detail

      • getReportClass

        Class getReportClass()
        Returns the class of the report that the writer supports.
        Returns:
        the class
      • write

        boolean write​(T[] data)
        Performs checks and writes the data.
        Parameters:
        data - the data to write
        Returns:
        true if successfully written