Interface ExcelClassificationCellPopulator
- All Superinterfaces:
ExcelCellPopulator<ExcelClassificationAttribute>,Function<ExcelAttributeContext<ExcelClassificationAttribute>,String>
- 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 ExcelClassificationCellPopulator
extends ExcelCellPopulator<ExcelClassificationAttribute>
Interface for excel's single cell population dedicated for classification
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
apply
- Specified by:
applyin interfaceFunction<ExcelAttributeContext<ExcelClassificationAttribute>,String>
-