Class ForFunction

java.lang.Object
com.github.basking2.sdsai.itrex.functions.ForFunction
All Implemented Interfaces:
FunctionInterface<Object>, BiFunction<Iterator<?>,EvaluationContext,Object>

public class ForFunction extends Object implements FunctionInterface<Object>
Takes a variable name, iterator, and an expression that is unevaluated. This iterates over the values, setting the value specified by the name. Like if this should not be directly curried or composed.