Uses of Interface
cn.creekmoon.excel.util.exception.ExConsumer
Packages that use ExConsumer
Package
Description
-
Uses of ExConsumer in cn.creekmoon.excel.core.R.reader
Methods in cn.creekmoon.excel.core.R.reader with parameters of type ExConsumer -
Uses of ExConsumer in cn.creekmoon.excel.core.R.reader.cell
Methods in cn.creekmoon.excel.core.R.reader.cell with parameters of type ExConsumer -
Uses of ExConsumer in cn.creekmoon.excel.core.R.reader.title
Fields in cn.creekmoon.excel.core.R.reader.title with type parameters of type ExConsumerMethods in cn.creekmoon.excel.core.R.reader.title with parameters of type ExConsumerModifier and TypeMethodDescription<T> HutoolTitleReader<R> HutoolTitleReader.addConvertPostProcessor(ExConsumer<R> postProcessor) 添加校验阶段后置处理器 当所有的convert执行完成后会执行这个操作做最后的校验处理abstract <T> TitleReader<R> TitleReader.addConvertPostProcessor(ExConsumer<R> postProcessor) HutoolTitleReader.read(ExConsumer<R> dataConsumer) abstract TitleReaderResult<R> TitleReader.read(ExConsumer<R> dataConsumer) -
Uses of ExConsumer in cn.creekmoon.excel.core.R.readerResult
Methods in cn.creekmoon.excel.core.R.readerResult with parameters of type ExConsumerModifier and TypeMethodDescriptionabstract ReaderResult<R> ReaderResult.consume(ExConsumer<R> consumer) -
Uses of ExConsumer in cn.creekmoon.excel.core.R.readerResult.cell
Methods in cn.creekmoon.excel.core.R.readerResult.cell with parameters of type ExConsumer -
Uses of ExConsumer in cn.creekmoon.excel.core.R.readerResult.title
Methods in cn.creekmoon.excel.core.R.readerResult.title with parameters of type ExConsumer -
Uses of ExConsumer in cn.creekmoon.excel.util.exception
Fields in cn.creekmoon.excel.util.exception declared as ExConsumerMethods in cn.creekmoon.excel.util.exception that return ExConsumer