Interface DefineOutputterWithEnergy.ProcessWithEnergyStack<T,S>
- Type Parameters:
T- initialization-typeS- return-type
- Enclosing class:
DefineOutputterWithEnergy
- 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 processing with an energy stack.
-
Method Summary
Modifier and TypeMethodDescriptionprocess(T initialization, EnergyStack energyStack) Processes the initialization with an energy stack.
-
Method Details
-
process
Processes the initialization with an energy stack.- Parameters:
initialization- the initialization to processenergyStack- the energy stack- Returns:
- the result of the processing
- Throws:
OperationFailedException- if the operation fails
-