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

public class CurryFunction extends Object implements HelpfulFunction, FunctionInterface<FunctionInterface<Object>>
This function takes a list of function name and arguments and produces a function that can be applied to future objects.