Uses of Interface
io.vertx.tp.plugin.excel.ranger.ExBound
Packages that use ExBound
Package
Description
-
Uses of ExBound in io.vertx.tp.plugin.excel
Methods in io.vertx.tp.plugin.excel with parameters of type ExBound -
Uses of ExBound in io.vertx.tp.plugin.excel.ranger
Classes in io.vertx.tp.plugin.excel.ranger that implement ExBoundMethods in io.vertx.tp.plugin.excel.ranger that return ExBoundModifier and TypeMethodDescriptionComplexIn.applyTable(ExTable table, org.apache.poi.ss.usermodel.Row row, org.apache.poi.ss.usermodel.Cell cell, Integer limitation) ExIn.applyTable(ExTable table, org.apache.poi.ss.usermodel.Row row, org.apache.poi.ss.usermodel.Cell cell, Integer limitation) PureIn.applyTable(ExTable table, org.apache.poi.ss.usermodel.Row row, org.apache.poi.ss.usermodel.Cell cell, Integer limitation) Methods in io.vertx.tp.plugin.excel.ranger with parameters of type ExBoundModifier and TypeMethodDescriptionComplexIn.applyData(ExTable table, ExBound dataRange, org.apache.poi.ss.usermodel.Cell cell, io.modello.atom.typed.MetaAtom metaAtom) ExIn.applyData(ExTable table, ExBound dataRange, org.apache.poi.ss.usermodel.Cell cell, io.modello.atom.typed.MetaAtom metaAtom) PureIn.applyData(ExTable table, ExBound dataRange, org.apache.poi.ss.usermodel.Cell cell, io.modello.atom.typed.MetaAtom metaAtom) -
Uses of ExBound in io.vertx.tp.plugin.excel.tool
Methods in io.vertx.tp.plugin.excel.tool with parameters of type ExBoundModifier and TypeMethodDescriptionstatic voidExFn.itRow(org.apache.poi.ss.usermodel.Row row, ExBound bound, BiConsumer<org.apache.poi.ss.usermodel.Cell, Integer> consumer) static voidExFn.itRow(org.apache.poi.ss.usermodel.Row row, ExBound bound, BiConsumer<org.apache.poi.ss.usermodel.Cell, Integer> consumer, Predicate<org.apache.poi.ss.usermodel.Cell> predicate) static voidExFn.itRowZip(org.apache.poi.ss.usermodel.Row row, org.apache.poi.ss.usermodel.Row row1, ExBound bound, BiConsumer<org.apache.poi.ss.usermodel.Cell, org.apache.poi.ss.usermodel.Cell> consumer) static voidExFn.itSheet(org.apache.poi.ss.usermodel.Sheet sheet, ExBound bound, BiConsumer<org.apache.poi.ss.usermodel.Row, Integer> consumer) static voidExFn.itSheet(org.apache.poi.ss.usermodel.Sheet sheet, ExBound bound, Set<Integer> indexSet, Consumer<List<org.apache.poi.ss.usermodel.Row>> consumer)