Class RowDeleteCommandHandler<T>

    • Constructor Detail

      • RowDeleteCommandHandler

        public RowDeleteCommandHandler​(List<T> bodyData)
        Parameters:
        bodyData - The backing data list on which the delete operation should be performed. Should be the same list that is used by the data provider.