public interface ITableWriterBinary<Source,Target>
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 |
ITableWriterBinary.Nop<Source,Target>
/dev/null implementation
|
static interface |
ITableWriterBinary.Table<Source,Target>
Intersection type for writers that are also tables
|
Modifier and Type | Method and Description |
---|---|
void |
write(Direction direction,
Source source,
Target target)
Adds/removes a row to/from the table.
|