Modifier and Type | Method and Description |
---|---|
static <T> Converter<T> |
ConverterFactory.converter(Member member) |
Modifier and Type | Method and Description |
---|---|
<T> T |
ExcelFile.read(String sheetName,
int line,
int column,
Converter<T> function) |
<T> T |
ExcelFile.read(String sheetName,
int line,
int column,
Converter<T> function,
Consumer<T> action) |
Copyright © 2019 Technearts. All rights reserved.