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

public class ComposeFunction extends Object implements FunctionInterface<FunctionInterface<Object>>
Given a list of functions, f, g, h, compose them such that they are called in the order f(g(h)).