Interface ITableWriterGeneric

    • Method Detail

      • write

        void write​(Direction direction,
                   Tuple row)
        Adds/removes a row to/from the table.
        Parameters:
        direction - tells whether putting a row into the table or deleting TODO: store as multiset, return bool?