Class ITableWriterUnary.Nop<Value>

    • Constructor Detail

      • Nop

        public Nop()
    • Method Detail

      • write

        public void write​(Direction direction,
                          Value value)
        Description copied from interface: ITableWriterUnary
        Adds/removes a row to/from the table.
        Specified by:
        write in interface ITableWriterUnary<Value>
        Parameters:
        direction - tells whether putting a row into the table or deleting TODO: store as multiset, return bool?