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