Interface ExcelCellPopulator<T extends ExcelAttribute>

Type Parameters:
T - type of ExcelAttribute
All Superinterfaces:
Function<ExcelAttributeContext<T>,String>
All Known Subinterfaces:
ExcelClassificationCellPopulator
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 ExcelCellPopulator<T extends ExcelAttribute> extends Function<ExcelAttributeContext<T>,String>
Interface for excel's single cell population