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 voidTableRow. forAllCells(int startIndex, int count, TableCellConsumer consumer)voidTableRow. forAllCells(int startIndex, TableCellConsumer consumer)voidTableRow. forAllCells(TableCellConsumer consumer)
-