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.

@FunctionalInterface public static interface SpreadsheetBlock.ExportWriter extends Serializable
Functional interface for writing a computed value to process equipment.
Version:
1.0
Author:
ESOL
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    apply(ProcessEquipmentInterface equipment, double value)
    Apply the computed value to the target equipment.
  • Method Details

    • apply

      void apply(ProcessEquipmentInterface equipment, double value)
      Apply the computed value to the target equipment.
      Parameters:
      equipment - the target equipment
      value - the computed cell value