Interface ITableWriterUnary<Value>
-
- All Known Subinterfaces:
ITableWriterUnary.Table<Value>
- All Known Implementing Classes:
ITableWriterUnary.Nop
,SimpleUnaryTable
public interface ITableWriterUnary<Value>
Modifies the contents of a unaryIIndexTable
.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.
- Since:
- 2.0
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
ITableWriterUnary.Nop<Value>
/dev/null implementationstatic interface
ITableWriterUnary.Table<Value>
Intersection type for writers that are also tables
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
write(Direction direction, Value value)
Adds/removes a row to/from the table.
-