Interface ExValue

  • All Known Implementing Classes:
    JsonValue, PureValue, UuidValue
    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 Detail

      • getValue

        static Object getValue​(org.apache.poi.ss.usermodel.Cell cell,
                               Class<?> type,
                               org.apache.poi.ss.usermodel.FormulaEvaluator evaluator)
      • to

        <T> T to​(Object value)