Interface SheetChange<T>

  • Type Parameters:
    T - type of the data

    public interface SheetChange<T>
    A change in sheet's data - usually caused by user interaction.
    • Method Detail

      • data

        Iterable<T> data()
        Returns:
        data after the change