Package io.vertx.tp.plugin.excel.cell
Interface ExValue
-
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface ExValue
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static ExValueget(Object value)static ObjectgetValue(org.apache.poi.ss.usermodel.Cell cell, Class<?> type, org.apache.poi.ss.usermodel.FormulaEvaluator evaluator)<T> Tto(Object value)
-