Uses of Interface
cn.creekmoon.excel.util.exception.ExFunction
Packages that use ExFunction
-
Uses of ExFunction in cn.creekmoon.excel.core.R.reader.cell
Fields in cn.creekmoon.excel.core.R.reader.cell with type parameters of type ExFunctionMethods in cn.creekmoon.excel.core.R.reader.cell with parameters of type ExFunctionModifier and TypeMethodDescriptionabstract <T> CellReader<R> CellReader.addConvert(int rowIndex, int colIndex, ExFunction<String, T> convert, BiConsumer<R, T> setter) 添加一个单元格转换器abstract <T> CellReader<R> CellReader.addConvert(String cellReference, ExFunction<String, T> convert, BiConsumer<R, T> setter) 添加一个单元格转换器<T> HutoolCellReader<R> HutoolCellReader.addConvert(int rowIndex, int colIndex, ExFunction<String, T> convert, BiConsumer<R, T> setter) <T> HutoolCellReader<R> HutoolCellReader.addConvert(String cellReference, ExFunction<String, T> convert, BiConsumer<R, T> setter) abstract <T> CellReader<R> CellReader.addConvertAndMustExist(int rowIndex, int colIndex, ExFunction<String, T> convert, BiConsumer<R, T> setter) 添加一个单元格转换器并要求存在值<T> HutoolCellReader<R> HutoolCellReader.addConvertAndMustExist(int rowIndex, int colIndex, ExFunction<String, T> convert, BiConsumer<R, T> setter) abstract <T> CellReader<R> CellReader.addConvertAndSkipEmpty(int rowIndex, int colIndex, ExFunction<String, T> convert, BiConsumer<R, T> setter) 添加一个单元格转换器并跳过空值abstract <T> CellReader<R> CellReader.addConvertAndSkipEmpty(String cellReference, ExFunction<String, T> convert, BiConsumer<R, T> setter) 添加一个单元格转换器并跳过空值<T> HutoolCellReader<R> HutoolCellReader.addConvertAndSkipEmpty(int rowIndex, int colIndex, ExFunction<String, T> convert, BiConsumer<R, T> setter) <T> HutoolCellReader<R> HutoolCellReader.addConvertAndSkipEmpty(String cellReference, ExFunction<String, T> convert, BiConsumer<R, T> setter) -
Uses of ExFunction in cn.creekmoon.excel.core.R.reader.title
Fields in cn.creekmoon.excel.core.R.reader.title with type parameters of type ExFunctionMethods in cn.creekmoon.excel.core.R.reader.title with parameters of type ExFunctionModifier and TypeMethodDescription<T> HutoolTitleReader<R> HutoolTitleReader.addConvert(String title, ExFunction<String, T> convert, BiConsumer<R, T> setter) abstract <T> TitleReader<R> TitleReader.addConvert(String title, ExFunction<String, T> convert, BiConsumer<R, T> setter) <T> HutoolTitleReader<R> HutoolTitleReader.addConvertAndMustExist(String title, ExFunction<String, T> convert, BiConsumer<R, T> setter) abstract <T> TitleReader<R> TitleReader.addConvertAndMustExist(String title, ExFunction<String, T> convert, BiConsumer<R, T> setter) <T> HutoolTitleReader<R> HutoolTitleReader.addConvertAndSkipEmpty(String title, ExFunction<String, T> convert, BiConsumer<R, T> setter) abstract <T> TitleReader<R> TitleReader.addConvertAndSkipEmpty(String title, ExFunction<String, T> convert, BiConsumer<R, T> setter)