Uses of Interface
com.vladsch.flexmark.util.format.TableCellConsumer
-
Packages that use TableCellConsumer Package Description com.vladsch.flexmark.util.format -
-
Uses of TableCellConsumer in com.vladsch.flexmark.util.format
Methods in com.vladsch.flexmark.util.format with parameters of type TableCellConsumer Modifier and Type Method Description void
TableRow. forAllCells(int startIndex, int count, TableCellConsumer consumer)
void
TableRow. forAllCells(int startIndex, TableCellConsumer consumer)
void
TableRow. forAllCells(TableCellConsumer consumer)
-