Interface SpreadsheetBlock.ExportWriter
- All Superinterfaces:
Serializable
- Enclosing class:
SpreadsheetBlock
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Functional interface for writing a computed value to process equipment.
- Version:
- 1.0
- Author:
- ESOL
-
Method Summary
Modifier and TypeMethodDescriptionvoidapply(ProcessEquipmentInterface equipment, double value) Apply the computed value to the target equipment.
-
Method Details
-
apply
Apply the computed value to the target equipment.- Parameters:
equipment- the target equipmentvalue- the computed cell value
-