public interface ITableWriterUnary<Value>
IIndexTable
.
EXPERIMENTAL. This class or interface has been added as part of a work in progress. There is no guarantee that this API will work or that it will remain the same.
Modifier and Type | Interface and Description |
---|---|
static class |
ITableWriterUnary.Nop<Value>
/dev/null implementation
|
static interface |
ITableWriterUnary.Table<Value>
Intersection type for writers that are also tables
|
Modifier and Type | Method and Description |
---|---|
void |
write(Direction direction,
Value value)
Adds/removes a row to/from the table.
|