Class PositionedOperatorRecipeHandlerOutput.Function
java.lang.Object
org.cyclops.integrateddynamics.core.evaluate.operator.PositionedOperatorRecipeHandler.Function
org.cyclops.integrateddynamics.core.evaluate.operator.PositionedOperatorRecipeHandlerOutput.Function
- All Implemented Interfaces:
OperatorBase.IFunction
- Enclosing class:
PositionedOperatorRecipeHandlerOutput<T extends IValueType<V>,
V extends IValue>
public static class PositionedOperatorRecipeHandlerOutput.Function
extends PositionedOperatorRecipeHandler.Function
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionevaluate
(OperatorBase.SafeVariablesGetter variables) Evaluate this function for the given input.Methods inherited from class org.cyclops.integrateddynamics.core.evaluate.operator.PositionedOperatorRecipeHandler.Function
getOperator, setOperator
-
Constructor Details
-
Function
public Function()
-
-
Method Details
-
evaluate
Description copied from interface:OperatorBase.IFunction
Evaluate this function for the given input.- Parameters:
variables
- The input variables holder.- Returns:
- The output value.
- Throws:
EvaluationException
- If an exception occurs while evaluating
-