Class WorkbookCheckStatsIo<I>

  • Type Parameters:
    I - The type of the checked or ignored item.

    public class WorkbookCheckStatsIo<I>
    extends Object
    Class used to save CheckStats to a Workbook.
    Author:
    Damien Carbonne
    • Constructor Detail

      • WorkbookCheckStatsIo

        public WorkbookCheckStatsIo​(Function<? super I,​String> itemToString)
        Creates a new instance of WorkbookCheckStatsIo.
        Parameters:
        itemToString - The function used to convert an item to a String.